Share via


SqlNotificationRequest.UserData 속성

정의

이 알림에 대한 애플리케이션별 식별자를 가져오거나 설정합니다.

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 큐 메시지에 포함됩니다.

적용 대상

추가 정보