Share via


SfcRelationshipAttribute.Relationship Property

Gets or sets the relationship to its 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 Property Relationship As SfcRelationship
    Get
    Friend Set
'Usage
Dim instance As SfcRelationshipAttribute
Dim value As SfcRelationship

value = instance.Relationship
public SfcRelationship Relationship { get; internal set; }
public:
property SfcRelationship Relationship {
    SfcRelationship get ();
    internal: void set (SfcRelationship value);
}
member Relationship : SfcRelationship with get, internal set
function get Relationship () : SfcRelationship
internal function set Relationship (value : SfcRelationship)

Property Value

Type: Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcRelationship
The relationship to its parent.