Méthode SearchPropertyListCollection.ItemById
Gets a search property list in the collection by using the specified 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 SearchPropertyList
'Utilisation
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
Paramètres
- id
Type : System.Int32
The specified identifier.
Valeur de retour
Type : Microsoft.SqlServer.Management.Smo.SearchPropertyList
The search property list indicated by the identifier.