Freigeben über


ExtensionManager.AllDatabaseSchemaProviderTypes-Eigenschaft

Ruft eine Liste aller verfügbaren Typen von Datenbankschemaanbietern ab.

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)
    Get
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>

Eigenschaftswert

Typ: System.Collections.Generic.IList<Type>

.NET Framework-Sicherheit

Siehe auch

Referenz

ExtensionManager Klasse

Microsoft.Data.Schema.Extensibility-Namespace