SfcObjectAttribute-Konstruktor (Type)
Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc.Metadata
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Public Sub New ( _
containsType As Type _
)
'Usage
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
)
Parameter
- containsType
Typ: System. . :: . .Type
The Type the container holds.