共用方式為


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 命名空間