DefaultConstraint.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.
예
참고 항목
참조
Microsoft.SqlServer.Management.Smo 네임스페이스