Costruttore SfcObjectAttribute (Type)
Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.
Spazio dei nomi Microsoft.SqlServer.Management.Sdk.Sfc.Metadata
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintassi
'Dichiarazione
Public Sub New ( _
containsType As Type _
)
'Utilizzo
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
)
Parametri
- containsType
Tipo: System.Type
The Type the container holds.
Vedere anche
Riferimento
Spazio dei nomi Microsoft.SqlServer.Management.Sdk.Sfc.Metadata