Sdílet prostřednictvím


ExtensionManager.AllDatabaseSchemaProviderTypes – vlastnost

Získá seznam všech typů zprostředkovatele schématu databáze k dispozici.

Obor názvů:  Microsoft.Data.Schema.Extensibility
Sestavení:  Microsoft.Data.Schema (v Microsoft.Data.Schema.dll)

Syntaxe

'Deklarace
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>

Hodnota vlastnosti

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

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

ExtensionManager Třída

Microsoft.Data.Schema.Extensibility – obor názvů