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.

示例

设置属性

请参阅

参考

DefaultConstraint 类

Microsoft.SqlServer.Management.Smo 命名空间

其他资源

强制数据完整性