Construtor SfcInvalidForTypeAttribute
Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc.Metadata
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxe
'Declaração
Public Sub New ( _
excludedType As Type _
)
'Uso
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
)
Parâmetros
- excludedType
Tipo: System. . :: . .Type
The list of excluded types for a specific property.
Consulte também