Compartir a través de


SmoCollectionBase.GetObjectByIndex Método

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

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
Protected Function GetObjectByIndex ( _
    index As Integer _
) As SqlSmoObject
'Uso
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

Parámetros

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

Valor devuelto

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

Comentarios

Este espacio de nombres, clase o miembro solamente se admite en la versión 2.0 de Microsoft .NET Framework.

Ejemplos

Usar colecciones

Vea también

Referencia

SmoCollectionBase Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo