다음을 통해 공유


ViewEvent 멤버

The ViewEvent object represents the SQL Server view events that can be included in a view event set.

ViewEvent 형식은 다음 멤버를 노출합니다.

메서드

  이름 설명
공용 메서드정적 멤버 Add Adds two view events to the event set.
공용 메서드정적 멤버 BitwiseOr Creates a view event set by combining two view events using a bitwise OR.
공용 메서드 Equals Determines whether the referenced view event object is equal to the specified object. (Object. . :: . .Equals(Object)을(를) 재정의합니다.)
보호된 메서드 Finalize (Object에서 상속됩니다.)
공용 메서드 GetHashCode This method supports the SQL Server infrastructure and is not intended to be used directly from your code. (Object. . :: . .GetHashCode() () () ()을(를) 재정의합니다.)
공용 메서드 GetType (Object에서 상속됩니다.)
보호된 메서드 MemberwiseClone (Object에서 상속됩니다.)
공용 메서드 ToString Returns the referenced object in string format. (Object. . :: . .ToString() () () ()을(를) 재정의합니다.)

맨 위로 이동

연산자

  이름 설명
공용 연산자정적 멤버 Addition Creates a view event set by performing an addition operation on two ViewEvent objects.
공용 연산자정적 멤버 BitwiseOr Creates a view event set by performing a bitwise OR operation on two ViewEvent objects.
공용 연산자정적 멤버 Equality Creates a view event set by performing an equality operation on two ViewEvent objects.
공용 연산자정적 멤버 Implicit Widening Implicit Implicit Implicit(ViewEvent to ViewEventSet)
공용 연산자정적 멤버 Inequality Creates a view event set by performing an inequality operation on two ViewEvent objects.

맨 위로 이동

속성

  이름 설명
공용 속성정적 멤버 AlterFulltextIndex Gets a view event that can be included in the event set.
공용 속성정적 멤버 AlterIndex Gets a view event that can be included in the event set.
공용 속성정적 멤버 AlterView Gets a view event that can be included in the event set.
공용 속성정적 멤버 CreateFulltextIndex Gets a view event that can be included in the event set.
공용 속성정적 멤버 CreateIndex Gets a view event that can be included in the event set.
공용 속성정적 멤버 CreateSpatialIndex Gets a view event that can be included in the event set.
공용 속성정적 멤버 CreateStatistics Gets a view event that can be included in the event set.
공용 속성정적 멤버 CreateXmlIndex Gets a view event that can be included in the event set.
공용 속성정적 멤버 DropFulltextIndex
공용 속성정적 멤버 DropIndex Gets a view event that can be included in the event set.
공용 속성정적 멤버 DropStatistics Gets a view event that can be included in the event set.
공용 속성정적 멤버 DropView Gets a view event that can be included in the event set.
공용 속성정적 멤버 UpdateStatistics Gets a view event that can be included in the event set.

맨 위로 이동