Parent プロパティ

ForeignKeyColumnCollection オブジェクトの親である ForeignKey オブジェクトを取得します。

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

構文

'宣言
Public ReadOnly Property Parent As ForeignKey
    Get
'使用
Dim instance As ForeignKeyColumnCollection
Dim value As ForeignKey

value = instance.Parent
public ForeignKey Parent { get; }
public:
property ForeignKey^ Parent {
    ForeignKey^ get ();
}
member Parent : ForeignKey
function get Parent () : ForeignKey

プロパティ値

型: Microsoft.SqlServer.Management.Smo. . :: . .ForeignKey
ForeignKeyColumnCollection オブジェクトの親である ForeignKey オブジェクトです。