Поделиться через


ExtensionManager.AllDatabaseSchemaProviderTypes - свойство

Получает список всех доступных типов поставщика схемы базы данных.

Пространство имен:  Microsoft.Data.Schema.Extensibility
Сборка:  Microsoft.Data.Schema (в Microsoft.Data.Schema.dll)

Синтаксис

'Декларация
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>

Значение свойства

Тип: System.Collections.Generic.IList<Type>

Безопасность платформы .NET Framework

См. также

Ссылки

ExtensionManager Класс

Microsoft.Data.Schema.Extensibility - пространство имен