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.
平台
開發平台
如需受支援的平台清單,請參閱<安裝 SQL Server 2005 的硬體和軟體需求>。
目標平台
如需受支援的平台清單,請參閱<安裝 SQL Server 2005 的硬體和軟體需求>。
請參閱
參考
NotificationHeaders Class
NotificationHeaders Members
Microsoft.SqlServer.NotificationServices Namespace