IndexedColumn.Parent 속성

Gets the Index object that is the parent of the IndexedColumn object.

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

구문

‘선언
<SfcObjectAttribute(SfcObjectRelationship.ParentObject, SfcObjectFlags.None Or SfcObjectFlags.Design Or SfcObjectFlags.Deploy)> _
Public Property Parent As Index 
    Get 
    Set
‘사용 방법
Dim instance As IndexedColumn 
Dim value As Index 

value = instance.Parent

instance.Parent = value
[SfcObjectAttribute(SfcObjectRelationship.ParentObject, SfcObjectFlags.None|SfcObjectFlags.Design|SfcObjectFlags.Deploy)]
public Index Parent { get; set; }
[SfcObjectAttribute(SfcObjectRelationship::ParentObject, SfcObjectFlags::None|SfcObjectFlags::Design|SfcObjectFlags::Deploy)]
public:
property Index^ Parent {
    Index^ get ();
    void set (Index^ value);
}
[<SfcObjectAttribute(SfcObjectRelationship.ParentObject, SfcObjectFlags.None|SfcObjectFlags.Design|SfcObjectFlags.Deploy)>]
member Parent : Index with get, set
function get Parent () : Index 
function set Parent (value : Index)

속성 값

유형: Microsoft.SqlServer.Management.Smo.Index
An Index object value that specifies the parent of the IndexedColumn object.

인덱스 생성, 변경 및 제거

참고 항목

참조

IndexedColumn 클래스

Microsoft.SqlServer.Management.Smo 네임스페이스

관련 자료

인덱스

CREATE INDEX(Transact-SQL)