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
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.