Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Initializes a new instance of the SfcObjectAttribute class with the specified flag and the type contains. 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, _
flags As SfcObjectFlags _
)
'Usage
Dim containsType As Type
Dim flags As SfcObjectFlags
Dim instance As New SfcObjectAttribute(containsType, _
flags)
public SfcObjectAttribute(
Type containsType,
SfcObjectFlags flags
)
public:
SfcObjectAttribute(
Type^ containsType,
SfcObjectFlags flags
)
new :
containsType:Type *
flags:SfcObjectFlags -> SfcObjectAttribute
public function SfcObjectAttribute(
containsType : Type,
flags : SfcObjectFlags
)
Parameter
- containsType
Typ: System.Type
The Type the container holds.
- flags
Typ: Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcObjectFlags
The specified flag.