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

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

메서드

Equals(Object)

지정된 개체가 현재 개체와 같은지 확인합니다.

(다음에서 상속됨 Object)
GetHashCode()

기본 해시 함수로 작동합니다.

(다음에서 상속됨 Object)
GetType()

현재 인스턴스의 Type을 가져옵니다.

(다음에서 상속됨 Object)
MemberwiseClone()

현재 Object의 단순 복사본을 만듭니다.

(다음에서 상속됨 Object)
ToString()

현재 개체를 나타내는 문자열을 반환합니다.

(다음에서 상속됨 Object)

적용 대상

추가 정보