Поделиться через


Свойство 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.