TargetServerCollection.Item Propiedad (Int32)
Gets a TargetServer object in the collection by index number.
Espacio de nombres: Microsoft.SqlServer.Management.Smo.Agent
Ensamblado: Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Sintaxis
'Declaración
Public ReadOnly Default Property Item ( _
index As Integer _
) As TargetServer
Get
'Uso
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 admite el uso de propiedades indizadas, pero no la declaración de otras nuevas.
Parámetros
- index
Tipo: System.Int32
An Int32 value that specifies the position of the TargetServer object in the TargetServerCollection collection.
Valor de la propiedad
Tipo: Microsoft.SqlServer.Management.Smo.Agent.TargetServer
A TargetServer object value that represents the target server.
Comentarios
Todos los miembros estáticos (compartidos en Microsoft Visual Basic) públicos de este tipo son seguros para operaciones multiproceso. No se garantiza que los miembros de instancia sean seguros para subprocesos.