共用方式為


SfcRelationshipAttribute.Relationship 屬性

Gets or sets the relationship to its parent. 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。

命名空間:  Microsoft.SqlServer.Management.Sdk.Sfc.Metadata
組件:  Microsoft.SqlServer.Management.Sdk.Sfc (在 Microsoft.SqlServer.Management.Sdk.Sfc.dll 中)

語法

'宣告
Public Property Relationship As SfcRelationship 
    Get 
    Friend Set
'用途
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)

屬性值

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

請參閱

參考

SfcRelationshipAttribute 類別

Microsoft.SqlServer.Management.Sdk.Sfc.Metadata 命名空間