Condividi tramite


NotificationHeaders.ProtocolFields Property

Gets a StringDictionary object that contains the protocol fields.

Spazio dei nomi: Microsoft.SqlServer.NotificationServices
Assembly : Microsoft.SqlServer.NotificationServices (in microsoft.sqlserver.notificationservices.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property ProtocolFields As StringDictionary
public StringDictionary ProtocolFields { get; }
public:
property StringDictionary^ ProtocolFields {
    StringDictionary^ get ();
}
/** @property */
public StringDictionary get_ProtocolFields ()
public function get ProtocolFields () : StringDictionary

Valore proprietà

A StringDictionary that contains the protocol fields. The list of protocol fields is from the protocol definition for the notification class. The values for these fields are derived from notification data, are constants, or are the results of Transact-SQL function calls.

Osservazioni

For more information about protocol fields, see Configurazione dei protocolli di recapito.

Thread Safety

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.

Piattaforme

Piattaforme di sviluppo

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Piattaforme di destinazione

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Vedere anche

Riferimento

NotificationHeaders Class
NotificationHeaders Members
Microsoft.SqlServer.NotificationServices Namespace