Compartir a través de


NotificationClassProtocolCollection.Item Property (String)

Gets a specific NotificationClassProtocol object in the NotificationClassProtocolCollection object by name.

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

Sintaxis

'Declaración
Public ReadOnly Default Property Item ( _
    name As String _
) As NotificationClassProtocol
public NotificationClassProtocol this [
    string name
] { get; }
public:
property NotificationClassProtocol^ default [String^] {
    NotificationClassProtocol^ get (String^ name);
}
/** @property */
public NotificationClassProtocol get_Item (String name)

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)