Méthode ItemById
Extracts a member from the TargetServerCollection collection using a system-defined, unique identifier.
Espace de noms : Microsoft.SqlServer.Management.Smo.Agent
Assembly : Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
Public Function ItemById ( _
id As Integer _
) As TargetServer
'Utilisation
Dim instance As TargetServerCollection
Dim id As Integer
Dim returnValue As TargetServer
returnValue = instance.ItemById(id)
public TargetServer ItemById(
int id
)
public:
TargetServer^ ItemById(
int id
)
member ItemById :
id:int -> TargetServer
public function ItemById(
id : int
) : TargetServer
Paramètres
- id
Type : System. . :: . .Int32
An Int32 value that uniquely identifies the TargetServer object that is a member of the TargetServerCollection collection.
Valeur de retour
Type : Microsoft.SqlServer.Management.Smo.Agent. . :: . .TargetServer
A TargetServer object that has the specified ID value.
Notes
Tout membre statique public (Partagé dans Microsoft Visual Basic) de ce type est sûr dans le cadre des opérations à plusieurs threads. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.
Voir aussi