Constructeur SfcRelationshipAttribute (SfcRelationship)
Initializes a new instance of the SfcRelationshipAttribute class with the specified relationship to its parent. Ne référencez pas directement 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
Protected Sub New ( _
relationship As SfcRelationship _
)
'Utilisation
Dim relationship As SfcRelationship
Dim instance As New SfcRelationshipAttribute(relationship)
protected SfcRelationshipAttribute(
SfcRelationship relationship
)
protected:
SfcRelationshipAttribute(
SfcRelationship relationship
)
new :
relationship:SfcRelationship -> SfcRelationshipAttribute
protected function SfcRelationshipAttribute(
relationship : SfcRelationship
)
Paramètres
- relationship
Type : Microsoft.SqlServer.Management.Sdk.Sfc.Metadata. . :: . .SfcRelationship
Specifies the relationship to its parent.