Compartir a través de


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

Valor de la propiedad

Tipo: Microsoft.SqlServer.Management.Smo.Endpoint
An Endpoint object value that represents the HTTP endpoint.

Ejemplos

Usar colecciones

Vea también

Referencia

EndpointCollection Clase

Sobrecarga de Item

Espacio de nombres Microsoft.SqlServer.Management.Smo