Partilhar via


Propriedade do RDL TargetServerGroupCollection.Item (Int32)

Gets a TargetServerGroup object in the collection by index number.

Namespace:  Microsoft.SqlServer.Management.Smo.Agent
Assembly:  Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)

Sintaxe

'Declaração
Public ReadOnly Default Property Item ( _
    index As Integer _
) As TargetServerGroup 
    Get
'Uso
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 dá suporte ao uso de propriedades indexadas, mas não à declaração de propriedades novas.

Parâmetros

Valor da propriedade

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

Exemplos

Usando coleções

Consulte também

Referência

TargetServerGroupCollection Classe

Sobrecarregado Item

Namespace Microsoft.SqlServer.Management.Smo.Agent