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