다음을 통해 공유


Parent 속성

Gets the SqlSmoObject object that is the parent of the Check object.

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.Smo.dll의 Microsoft.SqlServer.Smo

구문

‘선언
<SfcParentAttribute("UserDefinedFunction")> _
<SfcObjectAttribute(SfcObjectRelationship.ParentObject)> _
<SfcParentAttribute("Table")> _
<SfcParentAttribute("UserDefinedTableType")> _
Public Property Parent As SqlSmoObject
    Get
    Set
‘사용 방법
Dim instance As Check
Dim value As SqlSmoObject

value = instance.Parent

instance.Parent = value
[SfcParentAttribute("UserDefinedFunction")]
[SfcObjectAttribute(SfcObjectRelationship.ParentObject)]
[SfcParentAttribute("Table")]
[SfcParentAttribute("UserDefinedTableType")]
public SqlSmoObject Parent { get; set; }
[SfcParentAttribute(L"UserDefinedFunction")]
[SfcObjectAttribute(SfcObjectRelationship::ParentObject)]
[SfcParentAttribute(L"Table")]
[SfcParentAttribute(L"UserDefinedTableType")]
public:
property SqlSmoObject^ Parent {
    SqlSmoObject^ get ();
    void set (SqlSmoObject^ value);
}
[<SfcParentAttribute("UserDefinedFunction")>]
[<SfcObjectAttribute(SfcObjectRelationship.ParentObject)>]
[<SfcParentAttribute("Table")>]
[<SfcParentAttribute("UserDefinedTableType")>]
member Parent : SqlSmoObject with get, set
function get Parent () : SqlSmoObject
function set Parent (value : SqlSmoObject)

속성 값

형식: Microsoft.SqlServer.Management.Smo. . :: . .SqlSmoObject
A SqlSmoObject object value that specifies the parent of the Check object.

주의

The check constraint is defined on a column or a table. The parent object specifies the column or the table on which the check constraint is defined.

예제

속성 설정