SfcMetadataRelation.Relationship プロパティ

親とのリレーションシップを取得します。 このメンバーをコード内で直接参照しないでください。このメンバーは、SQL Server インフラストラクチャをサポートしています。

名前空間:  Microsoft.SqlServer.Management.Sdk.Sfc.Metadata
アセンブリ:  Microsoft.SqlServer.Management.Sdk.Sfc (Microsoft.SqlServer.Management.Sdk.Sfc.dll)

構文

'宣言
Public ReadOnly Property Relationship As SfcRelationship 
    Get
'使用
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

プロパティ値

型: Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcRelationship
親とのリレーションシップです。

関連項目

参照

SfcMetadataRelation クラス

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