Конструктор SfcInvalidForTypeAttribute
Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server.
Пространство имен: Microsoft.SqlServer.Management.Sdk.Sfc.Metadata
Сборка: Microsoft.SqlServer.Management.Sdk.Sfc (в Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Синтаксис
'Декларация
Public Sub New ( _
excludedType As Type _
)
'Применение
Dim excludedType As Type
Dim instance As New SfcInvalidForTypeAttribute(excludedType)
public SfcInvalidForTypeAttribute(
Type excludedType
)
public:
SfcInvalidForTypeAttribute(
Type^ excludedType
)
new :
excludedType:Type -> SfcInvalidForTypeAttribute
public function SfcInvalidForTypeAttribute(
excludedType : Type
)
Параметры
- excludedType
Тип: System.Type
The list of excluded types for a specific property.
См. также
Справочник
SfcInvalidForTypeAttribute Класс
Пространство имен Microsoft.SqlServer.Management.Sdk.Sfc.Metadata