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


SqlElementDescriptor - конструктор (Type, SqlElementDescriptorVolatility, IEnumerable<String>)

Инициализирует новый экземпляр класса SqlElementDescriptor.

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

Синтаксис

'Декларация
Public Sub New ( _
    elementType As Type, _
    volatility As SqlElementDescriptorVolatility, _
    identifiers As IEnumerable(Of String) _
)
public SqlElementDescriptor(
    Type elementType,
    SqlElementDescriptorVolatility volatility,
    IEnumerable<string> identifiers
)
public:
SqlElementDescriptor(
    Type^ elementType, 
    SqlElementDescriptorVolatility volatility, 
    IEnumerable<String^>^ identifiers
)
new : 
        elementType:Type * 
        volatility:SqlElementDescriptorVolatility * 
        identifiers:IEnumerable<string> -> SqlElementDescriptor
public function SqlElementDescriptor(
    elementType : Type, 
    volatility : SqlElementDescriptorVolatility, 
    identifiers : IEnumerable<String>
)

Параметры

  • elementType
    Тип: System.Type
    Класс элемента (используется только для IdentifiedElement).

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

См. также

Ссылки

SqlElementDescriptor Класс

SqlElementDescriptor - перегрузка

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