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


Свойство Parent

Gets the Column object that is the parent of the DefaultConstraint object.

Пространство имен:  Microsoft.SqlServer.Management.Smo
Сборка:  Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)

Синтаксис

'Декларация
<SfcObjectAttribute(SfcObjectRelationship.ParentObject, SfcObjectFlags.Design)> _
Public Property Parent As Column
    Get
    Friend Set
'Применение
Dim instance As DefaultConstraint
Dim value As Column

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

Значение свойства

Тип: Microsoft.SqlServer.Management.Smo. . :: . .Column
A Column object value that is the parent of the DefaultConstraint object.