Compartilhar via


Propriedade do RDL IndexedColumnCollection.Parent

Gets the Server object that is the parent of the IndexedColumnCollection object.

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 IndexedColumnCollection 
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
A Server object that is the parent of the IndexedColumnCollection object.

Exemplos

Usando coleções

Consulte também

Referência

IndexedColumnCollection Classe

Namespace Microsoft.SqlServer.Management.Smo