Méthode ResourcePoolCollection.ItemById
Extracts a member from the Resource Pool 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
Public Function ItemById ( _
id As Integer _
) As ResourcePool
'Utilisation
Dim instance As ResourcePoolCollection
Dim id As Integer
Dim returnValue As ResourcePool
returnValue = instance.ItemById(id)
public ResourcePool ItemById(
int id
)
public:
ResourcePool^ ItemById(
int id
)
member ItemById :
id:int -> ResourcePool
public function ItemById(
id : int
) : ResourcePool
Paramètres
- id
Type : System.Int32
The unique identifier.
Valeur de retour
Type : Microsoft.SqlServer.Management.Smo.ResourcePool
A member from the Resource Pool collection.
Voir aussi
Référence
Espace de noms Microsoft.SqlServer.Management.Smo