Construtor SfcObjectAttribute (Type)
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 ( _
containsType As Type _
)
'Uso
Dim containsType As Type
Dim instance As New SfcObjectAttribute(containsType)
public SfcObjectAttribute(
Type containsType
)
public:
SfcObjectAttribute(
Type^ containsType
)
new :
containsType:Type -> SfcObjectAttribute
public function SfcObjectAttribute(
containsType : Type
)
Parâmetros
- containsType
Tipo: System. . :: . .Type
The Type the container holds.
Consulte também