次の方法で共有


ForeignKeyCollection.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 オブジェクトです。

使用例

コレクションの使用

関連項目

参照

ForeignKeyCollection クラス

Microsoft.SqlServer.Management.Smo 名前空間