Parent 屬性
Gets the ForeignKey object that is the parent of the ForeignKeyColumnCollection object.
命名空間: 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
A ForeignKey object that is the parent of the ForeignKeyColumnCollection object.