Share via


Propriété Parent

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

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
<SfcObjectAttribute(SfcObjectRelationship.ParentObject, SfcObjectFlags.Design)> _
Public Property Parent As Column
    Get
    Friend Set
'Utilisation
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)

Valeur de propriété

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