Compartir a través de


SearchPropertyListCollection.ItemById Método

Gets a search property list in the collection by using the specified identifier.

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

Sintaxis

'Declaración
Public Function ItemById ( _
    id As Integer _
) As SearchPropertyList
'Uso
Dim instance As SearchPropertyListCollection 
Dim id As Integer 
Dim returnValue As SearchPropertyList 

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

Parámetros

Valor devuelto

Tipo: Microsoft.SqlServer.Management.Smo.SearchPropertyList
The search property list indicated by the identifier.

Vea también

Referencia

SearchPropertyListCollection Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo