Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Initializes a new instance of the SfcObjectAttribute class with the specified flag and relationship to its parent. Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.
Espace de noms : Microsoft.SqlServer.Management.Sdk.Sfc.Metadata
Assembly : Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntaxe
'Déclaration
Public Sub New ( _
relationship As SfcObjectRelationship, _
flags As SfcObjectFlags _
)
'Utilisation
Dim relationship As SfcObjectRelationship
Dim flags As SfcObjectFlags
Dim instance As New SfcObjectAttribute(relationship, _
flags)
public SfcObjectAttribute(
SfcObjectRelationship relationship,
SfcObjectFlags flags
)
public:
SfcObjectAttribute(
SfcObjectRelationship relationship,
SfcObjectFlags flags
)
new :
relationship:SfcObjectRelationship *
flags:SfcObjectFlags -> SfcObjectAttribute
public function SfcObjectAttribute(
relationship : SfcObjectRelationship,
flags : SfcObjectFlags
)
Paramètres
- relationship
Type : Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcObjectRelationship
Specifies the relationship to its parent.
- flags
Type : Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcObjectFlags
The specified flag.
Voir aussi
Référence
Espace de noms Microsoft.SqlServer.Management.Sdk.Sfc.Metadata