次の方法で共有


SfcRelationshipAttribute.Relationship プロパティ

親とのリレーションシップを取得または設定します。 このメンバーをコード内で直接参照しないでください。このメンバーは、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
親とのリレーションシップです。

関連項目

参照

SfcRelationshipAttribute クラス

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