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).
- volatility
Тип: Microsoft.Data.Schema.Sql.SchemaModel.SqlElementDescriptorVolatility
Значение для временного состояния объекта.
- identifiers
Тип: System.Collections.Generic.IEnumerable<String>
Идентификаторы имени элемента.
Безопасность платформы .NET Framework
- Полное доверие для непосредственно вызывающего метода. Этот член не может быть использован частично доверенным кодом. Дополнительные сведения см. в разделе Использование библиотек из не вполне надежного кода.