Compartir a través de


DeliveryChannelCollection.Item Property (Int32)

Gets a specific DeliveryChannel object in the DeliveryChannelCollection object by position.

Espacio de nombres: Microsoft.SqlServer.Management.Nmo
Ensamblado: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)

Sintaxis

'Declaración
Public ReadOnly Default Property Item ( _
    index As Integer _
) As DeliveryChannel
public DeliveryChannel this [
    int index
] { get; }
public:
property DeliveryChannel^ default [int] {
    DeliveryChannel^ get (int index);
}
/** @property */
public DeliveryChannel get_Item (int index)

Parámetros

Valor de propiedad

A DeliveryChannel object that represents a delivery channel for the instance of Notification Services.

Seguridad para subprocesos

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Plataformas

Plataformas de desarrollo

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Plataformas de destino

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Vea también

Referencia

DeliveryChannelCollection Class
DeliveryChannelCollection Members
Microsoft.SqlServer.Management.Nmo Namespace

Otros recursos

Definir canales de entrega
DeliveryChannel Element (ICF)