ExtensionManager.AllDatabaseSchemaProviderTypes Property
Gets a list of all available database schema provider types.
Namespace: Microsoft.Data.Schema.Extensibility
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public Shared ReadOnly Property AllDatabaseSchemaProviderTypes As IList(Of Type)
public static IList<Type> AllDatabaseSchemaProviderTypes { get; }
public:
static property IList<Type^>^ AllDatabaseSchemaProviderTypes {
IList<Type^>^ get ();
}
static member AllDatabaseSchemaProviderTypes : IList<Type>
static function get AllDatabaseSchemaProviderTypes () : IList<Type>
Property Value
Type: System.Collections.Generic.IList<Type>
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.