SqlNotificationEventArgs.Info 속성

정의

수정 중인 데이터베이스의 행 또는 잘리는 테이블 같이 알림 이벤트의 이유를 나타내는 값을 가져옵니다.

public:
 property System::Data::SqlClient::SqlNotificationInfo Info { System::Data::SqlClient::SqlNotificationInfo get(); };
public System.Data.SqlClient.SqlNotificationInfo Info { get; }
member this.Info : System.Data.SqlClient.SqlNotificationInfo
Public ReadOnly Property Info As SqlNotificationInfo

속성 값

알림 이벤트의 이유입니다.

설명

이 이벤트는 저장소의 데이터가 실제로 변경되거나 알림이 더 이상 유효하지 않으므로 발생할 수 있습니다(예: 시간 초과).

적용 대상

추가 정보