SqlNotificationRequest.UserData 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定這個告知的特定應用程式識別項。
public:
property System::String ^ UserData { System::String ^ get(); void set(System::String ^ value); };
public string UserData { get; set; }
member this.UserData : string with get, set
Public Property UserData As String
屬性值
這個告知之特定應用程式識別項的 string
值。
例外狀況
值的長度超過 uint16.MaxValue
。
備註
通知基礎結構不會使用此值。 相反地,它是一種機制,可讓應用程式將通知與應用程式狀態產生關聯。 屬性中指定的UserData值包含在 SQL Server 2005 佇列訊息中。