Freigeben über


SfcRelationshipAttribute.Relationship-Eigenschaft

Gets or sets the 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
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)

Eigenschaftswert

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

Siehe auch

Verweis

SfcRelationshipAttribute Klasse

Microsoft.SqlServer.Management.Sdk.Sfc.Metadata-Namespace