Partager via


Propriété IndexedColumnCollection.Parent

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

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
Public ReadOnly Property Parent As Index 
    Get
'Utilisation
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

Valeur de propriété

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

Exemples

Utilisation de collections

Voir aussi

Référence

IndexedColumnCollection Classe

Espace de noms Microsoft.SqlServer.Management.Smo