IndexedXmlPathCollection.Parent 속성

Gets or sets the parent object of the collection.

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

구문

‘선언
Public ReadOnly Property Parent As Index 
    Get
‘사용 방법
Dim instance As IndexedXmlPathCollection 
Dim value As Index 

value = instance.Parent
public Index Parent { get; }
public:
property Index^ Parent {
    Index^ get ();
}
member Parent : Index
function get Parent () : Index

속성 값

유형: Microsoft.SqlServer.Management.Smo.Index
The parent object of the collection.

참고 항목

참조

IndexedXmlPathCollection 클래스

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