Freigeben über


IndexedXmlPathNamespaceCollection.Parent-Eigenschaft

Gets or sets the parent indexed XML path namespace.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

'Declaration
Public ReadOnly Property Parent As Index 
    Get
'Usage
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

Eigenschaftswert

Typ: Microsoft.SqlServer.Management.Smo.Index
The parent indexed XML path namespace.

Siehe auch

Verweis

IndexedXmlPathNamespaceCollection Klasse

Microsoft.SqlServer.Management.Smo-Namespace