Méthode IndexCollection.ItemById

Extracts a member from the IndexCollection collection using a system-defined, unique identifier.

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

Syntaxe

'Déclaration
Public Function ItemById ( _
    id As Integer _
) As Index
'Utilisation
Dim instance As IndexCollection 
Dim id As Integer 
Dim returnValue As Index 

returnValue = instance.ItemById(id)
public Index ItemById(
    int id
)
public:
Index^ ItemById(
    int id
)
member ItemById : 
        id:int -> Index
public function ItemById(
    id : int
) : Index

Paramètres

Valeur de retour

Type : Microsoft.SqlServer.Management.Smo.Index
An Index object that has the specified ID value.

Exemples

Utilisation de collections

Voir aussi

Référence

IndexCollection Classe

Espace de noms Microsoft.SqlServer.Management.Smo