Condividi tramite


Proprietà IndexedColumnCollection.Parent

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

Spazio dei nomi  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Sintassi

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

Valore proprietà

Tipo: Microsoft.SqlServer.Management.Smo.Index
A Server object that is the parent of the IndexedColumnCollection object.

Esempi

Utilizzo delle raccolte

Vedere anche

Riferimento

IndexedColumnCollection Classe

Spazio dei nomi Microsoft.SqlServer.Management.Smo