Compartir a través de


NotificationClassProtocolCollection.Item Property (Int32)

Gets a specific NotificationClassProtocol object in the NotificationClassProtocolCollection 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 NotificationClassProtocol
public NotificationClassProtocol this [
    int index
] { get; }
public:
property NotificationClassProtocol^ default [int] {
    NotificationClassProtocol^ get (int index);
}
/** @property */
public NotificationClassProtocol get_Item (int index)

Parámetros

Valor de propiedad

A NotificationClassProtocol object that represents a delivery protocol 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

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

Otros recursos

Configurar protocolos de entrega
Protocol Element (ADF)