Partager via


Propriété TargetServerGroupCollection.Item (Int32)

Gets a TargetServerGroup 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 TargetServerGroup 
    Get
'Utilisation
Dim instance As TargetServerGroupCollection 
Dim index As Integer 
Dim value As TargetServerGroup 

value = instance(index)
public TargetServerGroup this[
    int index
] { get; }
public:
property TargetServerGroup^ default[int index] {
    TargetServerGroup^ get (int index);
}
member Item : TargetServerGroup
JScript prend en charge l'utilisation de propriétés indexées, mais pas la déclaration de nouvelles propriétés.

Paramètres

Valeur de propriété

Type : Microsoft.SqlServer.Management.Smo.Agent.TargetServerGroup
A TargetServerGroup object value that represents the target server group.

Exemples

Utilisation de collections

Voir aussi

Référence

TargetServerGroupCollection Classe

Surcharge Item

Espace de noms Microsoft.SqlServer.Management.Smo.Agent