SfcRelationshipAttribute-Konstruktor (SfcRelationship)
Initializes a new instance of the SfcRelationshipAttribute class with the specified relationship to its parent. 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
Protected Sub New ( _
relationship As SfcRelationship _
)
'Usage
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
)
Parameter
- relationship
Typ: Microsoft.SqlServer.Management.Sdk.Sfc.Metadata. . :: . .SfcRelationship
Specifies the relationship to its parent.