다음을 통해 공유


Parent 속성

Gets or sets the SqlSmoObject object that is the parent of the Index object.

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

구문

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

value = instance.Parent

instance.Parent = value
[SfcObjectAttribute(SfcObjectRelationship.ParentObject, SfcObjectFlags.Design)]
[SfcParentAttribute("UserDefinedTableType")]
[SfcParentAttribute("Table")]
[SfcParentAttribute("UserDefinedFunction")]
[SfcParentAttribute("View")]
public SqlSmoObject Parent { get; set; }
[SfcObjectAttribute(SfcObjectRelationship::ParentObject, SfcObjectFlags::Design)]
[SfcParentAttribute(L"UserDefinedTableType")]
[SfcParentAttribute(L"Table")]
[SfcParentAttribute(L"UserDefinedFunction")]
[SfcParentAttribute(L"View")]
public:
property SqlSmoObject^ Parent {
    SqlSmoObject^ get ();
    void set (SqlSmoObject^ value);
}
[<SfcObjectAttribute(SfcObjectRelationship.ParentObject, SfcObjectFlags.Design)>]
[<SfcParentAttribute("UserDefinedTableType")>]
[<SfcParentAttribute("Table")>]
[<SfcParentAttribute("UserDefinedFunction")>]
[<SfcParentAttribute("View")>]
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 Index object.