Compartir a través de


ExtensionManager.AllDatabaseSchemaProviderTypes (Propiedad)

Obtiene una lista de todos los tipos de proveedor de esquema de base de datos disponibles.

Espacio de nombres:  Microsoft.Data.Schema.Extensibility
Ensamblado:  Microsoft.Data.Schema (en Microsoft.Data.Schema.dll)

Sintaxis

'Declaración
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>

Valor de propiedad

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

Seguridad de .NET Framework

Vea también

Referencia

ExtensionManager Clase

Microsoft.Data.Schema.Extensibility (Espacio de nombres)