Share via


SqlNotificationEventArgs 클래스

정의

알림 이벤트 처리기에 전달된 인수 집합을 나타냅니다.

public ref class SqlNotificationEventArgs : EventArgs
public class SqlNotificationEventArgs : EventArgs
type SqlNotificationEventArgs = class
    inherit EventArgs
Public Class SqlNotificationEventArgs
Inherits EventArgs
상속
SqlNotificationEventArgs

생성자

SqlNotificationEventArgs(SqlNotificationType, SqlNotificationInfo, SqlNotificationSource)

SqlNotificationEventArgs 개체의 새 인스턴스를 만듭니다.

속성

Info

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

Source

쿼리 데이터 또는 데이터베이스 상태의 변경 같이 알림을 생성한 소스를 나타내는 값을 가져옵니다.

Type

이 알림이 생성된 원인이 실제 변경 때문인지 아니면 구독에 의한 것인지 여부를 나타내는 값을 가져옵니다.

적용 대상