IndexedXmlPathCollection.Parent Property
Gets or sets the parent object of the collection.
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 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
Property Value
Type: Microsoft.SqlServer.Management.Smo.Index
The parent object of the collection.