IndexedXmlPathNamespaceCollection.Parent 属性

Gets or sets the parent indexed XML path namespace.

命名空间:  Microsoft.SqlServer.Management.Smo
程序集:  Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)

语法

声明
Public ReadOnly Property Parent As Index 
    Get
用法
Dim instance As IndexedXmlPathNamespaceCollection 
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 indexed XML path namespace.

请参阅

参考

IndexedXmlPathNamespaceCollection 类

Microsoft.SqlServer.Management.Smo 命名空间