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