Share via


NotificationHeaders.ProtocolFields Property

Gets a StringDictionary object that contains the protocol fields.

Namespace: Microsoft.SqlServer.NotificationServices
Assembly: Microsoft.SqlServer.NotificationServices (in microsoft.sqlserver.notificationservices.dll)

Syntax

'Declaration
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

Property Value

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.

Remarks

For more information about protocol fields, see Configuring Delivery Protocols.

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.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

See Also

Reference

NotificationHeaders Class
NotificationHeaders Members
Microsoft.SqlServer.NotificationServices Namespace