Share via


SfcMetadataRelation.Relationship Property

Gets a relationship with the parent. Do not reference this member directly in your code. It supports the SQL Server infrastructure.

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

Property Value

Type: Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcRelationship
A relationship with the parent.