Propriété Item (Int32)
Gets a TargetServer object in the collection by index number.
Espace de noms : Microsoft.SqlServer.Management.Smo.Agent
Assembly : Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
Public ReadOnly Default Property Item ( _
index As Integer _
) As TargetServer
Get
'Utilisation
Dim instance As TargetServerCollection
Dim index As Integer
Dim value As TargetServer
value = instance(index)
public TargetServer this[
int index
] { get; }
public:
property TargetServer^ default[int index] {
TargetServer^ get (int index);
}
member Item : TargetServer
JScript prend en charge l'utilisation de propriétés indexées, mais pas la déclaration de nouvelles propriétés.
Paramètres
- index
Type : System. . :: . .Int32
An Int32 value that specifies the position of the TargetServer object in the TargetServerCollection collection.
Valeur de propriété
Type : Microsoft.SqlServer.Management.Smo.Agent. . :: . .TargetServer
A TargetServer object value that represents the target server.
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.