UserDefinedFunctionEvent 클래스

The UserDefinedFunctionEvent object represents the SQL Server user-defined function events that can be included in a user-defined function event set.

상속 계층

System.Object
  Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEvent

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)

구문

‘선언
Public NotInheritable Class UserDefinedFunctionEvent
‘사용 방법
Dim instance As UserDefinedFunctionEvent
public sealed class UserDefinedFunctionEvent
public ref class UserDefinedFunctionEvent sealed
[<SealedAttribute>]
type UserDefinedFunctionEvent =  class end
public final class UserDefinedFunctionEvent

UserDefinedFunctionEvent 유형에서 다음 멤버를 표시합니다.

속성

  이름 설명
공용 속성정적 멤버 AlterFunction Gets a user-defined function event that can be included in the event set.
공용 속성정적 멤버 DropFunction Gets a user-defined function event that can be included in the event set.

맨 위로 이동

메서드

  이름 설명
공용 메서드정적 멤버 Add Adds two user defined function events to create a user defined function event set.
공용 메서드정적 멤버 BitwiseOr Combines two user defined function events using a bitwise or to create a user defined function event set.
공용 메서드 Equals Determines whether the referenced user-defined function event object is equal to the specified object. (Object.Equals(Object)을(를) 재정의함)
공용 메서드 GetHashCode This method supports the SQL Server infrastructure and is not intended to be used directly from your code. (Object.GetHashCode()을(를) 재정의함)
공용 메서드 GetType (Object에서 상속됨)
공용 메서드 ToString Returns the referenced object in string format. (Object.ToString()을(를) 재정의함)

맨 위로 이동

연산자

  이름 설명
공용 연산자정적 멤버 Addition Creates a user-defined function event set by performing an addition operation on two UserDefinedFunctionEvent objects.
공용 연산자정적 멤버 BitwiseOr Creates a user-defined function event set by performing a bitwise OR operation on two UserDefinedFunctionEvent objects.
공용 연산자정적 멤버 Equality Creates a user-defined function event set by performing an equality operation on two UserDefinedFunctionEvent objects.
공용 연산자정적 멤버 Implicit(UserDefinedFunctionEvent to UserDefinedFunctionEventSet) Casts a single user defined function event as a user defined function event set.
공용 연산자정적 멤버 Inequality Creates a user-defined function event set by performing an inequality operation on two UserDefinedFunctionEvent objects.

맨 위로 이동

주의

The UserDefinedFunctionEvent object contains a property for each event to which a user-defined function can respond. The actual set of events is specified by using the UserDefinedFunctionEventSet object.

Thread Safety

이 유형의 모든 public static(Microsoft Visual Basic의 경우 공유) 멤버는 다중 스레드 작업을 수행하기에 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.

SMO 이벤트 처리

스레드 보안

이 유형의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.

참고 항목

참조

Microsoft.SqlServer.Management.Smo 네임스페이스