ForeignKeyColumn.Parent プロパティ

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

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

構文

'宣言
<SfcObjectAttribute(SfcObjectRelationship.ParentObject, SfcObjectFlags.Design)> _
Public Property Parent As ForeignKey 
    Get 
    Set
'使用
Dim instance As ForeignKeyColumn 
Dim value As ForeignKey 

value = instance.Parent

instance.Parent = value
[SfcObjectAttribute(SfcObjectRelationship.ParentObject, SfcObjectFlags.Design)]
public ForeignKey Parent { get; set; }
[SfcObjectAttribute(SfcObjectRelationship::ParentObject, SfcObjectFlags::Design)]
public:
property ForeignKey^ Parent {
    ForeignKey^ get ();
    void set (ForeignKey^ value);
}
[<SfcObjectAttribute(SfcObjectRelationship.ParentObject, SfcObjectFlags.Design)>]
member Parent : ForeignKey with get, set
function get Parent () : ForeignKey 
function set Parent (value : ForeignKey)

プロパティ値

型: Microsoft.SqlServer.Management.Smo.ForeignKey
ForeignKeyColumn オブジェクトの親オブジェクトを示す ForeignKey オブジェクトです。

使用例

外部キーの作成、変更、および削除

関連項目

参照

ForeignKeyColumn クラス

Microsoft.SqlServer.Management.Smo 名前空間

その他の技術情報

FOREIGN KEY 制約の作成と変更

CREATE TABLE (Transact-SQL)