Freigeben über


SearchPropertyListCollection.ItemById-Methode

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

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

'Declaration
Public Function ItemById ( _
    id As Integer _
) As SearchPropertyList
'Usage
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

Parameter

Rückgabewert

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

Siehe auch

Verweis

SearchPropertyListCollection Klasse

Microsoft.SqlServer.Management.Smo-Namespace