UserDefinedFunctionEvent Implicit 변환 (UserDefinedFunctionEvent to UserDefinedFunctionEventSet)

Casts a single user defined function event as a user defined function event set.

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

구문

‘선언
Public Shared Widening Operator CType ( _
    eventValue As UserDefinedFunctionEvent _
) As UserDefinedFunctionEventSet
‘사용 방법
Dim input As UserDefinedFunctionEvent 
Dim output As UserDefinedFunctionEventSet 

output = CType(input, UserDefinedFunctionEventSet)
public static implicit operator UserDefinedFunctionEventSet (
    UserDefinedFunctionEvent eventValue
)
static implicit operator UserDefinedFunctionEventSet^ (
    UserDefinedFunctionEvent^ eventValue
)
Jscript는 사용자 지정 캐스트의 사용을 지원하지만 새로운 사용자 지정 캐스트의 선언은 지원하지 않습니다.

매개 변수

반환 값

유형: Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEventSet
The single user defined function event as a user defined function event set.

SMO 이벤트 처리

참고 항목

참조

UserDefinedFunctionEvent 클래스

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