Méthode SmoCollectionBase.GetObjectByIndex

Extracts a member from the referenced 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
Protected Function GetObjectByIndex ( _
    index As Integer _
) As SqlSmoObject
'Utilisation
Dim index As Integer 
Dim returnValue As SqlSmoObject 

returnValue = Me.GetObjectByIndex(index)
protected SqlSmoObject GetObjectByIndex(
    int index
)
protected:
SqlSmoObject^ GetObjectByIndex(
    int index
)
member GetObjectByIndex : 
        index:int -> SqlSmoObject
protected function GetObjectByIndex(
    index : int
) : SqlSmoObject

Paramètres

  • index
    Type : System.Int32
    An Int32 value that specifies the index position of the object in the collection.

Valeur de retour

Type : Microsoft.SqlServer.Management.Smo.SqlSmoObject
An Object system object that has the specified index value.

Notes

Cet espace de noms, cette classe ou ce membre est pris en charge uniquement par la version 2.0 de Microsoft .NET Framework.

Exemples

Utilisation de collections

Voir aussi

Référence

SmoCollectionBase Classe

Espace de noms Microsoft.SqlServer.Management.Smo