Поделиться через


NotificationHeaders.ProtocolFields Property

Gets a StringDictionary object that contains the protocol fields.

Пространство имен: Microsoft.SqlServer.NotificationServices
Сборка: Microsoft.SqlServer.NotificationServices (in microsoft.sqlserver.notificationservices.dll)

Синтаксис

'Декларация
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

Значение свойства

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.

Замечания

For more information about protocol fields, see Настройка протоколов доставки.

Синхронизация потоков

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.

Платформы

Платформы разработки

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

Целевые платформы

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

См. также

Справочник

NotificationHeaders Class
NotificationHeaders Members
Microsoft.SqlServer.NotificationServices Namespace