次の方法で共有


Parent プロパティ

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

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

構文

'宣言
Public ReadOnly Property Parent As Table
    Get
'使用
Dim instance As ForeignKeyCollection
Dim value As Table

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

プロパティ値

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