Propriedade do RDL IndexedXmlPathCollection.Parent

Gets or sets the parent object of the collection.

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

Sintaxe

'Declaração
Public ReadOnly Property Parent As Index 
    Get
'Uso
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

Valor da propriedade

Tipo: Microsoft.SqlServer.Management.Smo.Index
The parent object of the collection.

Consulte também

Referência

IndexedXmlPathCollection Classe

Namespace Microsoft.SqlServer.Management.Smo