SfcObjectAttribute Constructor (Type)
No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.
Espacio de nombres: Microsoft.SqlServer.Management.Sdk.Sfc.Metadata
Ensamblado: Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxis
'Declaración
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.