EndpointCollection.Item Propiedad (Int32)
Gets an Endpoint object in the collection by index number.
Espacio de nombres: Microsoft.SqlServer.Management.Smo
Ensamblado: Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Sintaxis
'Declaración
Public ReadOnly Default Property Item ( _
index As Integer _
) As Endpoint
Get
'Uso
Dim instance As EndpointCollection
Dim index As Integer
Dim value As Endpoint
value = instance(index)
public Endpoint this[
int index
] { get; }
public:
property Endpoint^ default[int index] {
Endpoint^ get (int index);
}
member Item : Endpoint
JScript admite el uso de propiedades indizadas, pero no la declaración de otras nuevas.
Parámetros
- index
Tipo: System.Int32
An integer value that specifies the position of the Endpoint object in the EndpointCollection collection.
Valor de la propiedad
Tipo: Microsoft.SqlServer.Management.Smo.Endpoint
An Endpoint object value that represents the HTTP endpoint.