Relationship-Eigenschaft
Gets a relationship with the 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
Public ReadOnly Property Relationship As SfcRelationship
Get
'Usage
Dim instance As SfcMetadataRelation
Dim value As SfcRelationship
value = instance.Relationship
public SfcRelationship Relationship { get; }
public:
property SfcRelationship Relationship {
SfcRelationship get ();
}
member Relationship : SfcRelationship
function get Relationship () : SfcRelationship
Eigenschaftswert
Typ: Microsoft.SqlServer.Management.Sdk.Sfc.Metadata. . :: . .SfcRelationship
A relationship with the parent.