UserDefinedFunctionEventSet 생성자 (UserDefinedFunctionEvent)
Initializes a new instance of the UserDefinedFunctionEventSet class with a specified event.
네임스페이스: Microsoft.SqlServer.Management.Smo
어셈블리: Microsoft.SqlServer.Smo.dll의 Microsoft.SqlServer.Smo
구문
‘선언
Public Sub New ( _
anEvent As UserDefinedFunctionEvent _
)
‘사용 방법
Dim anEvent As UserDefinedFunctionEvent
Dim instance As New UserDefinedFunctionEventSet(anEvent)
public UserDefinedFunctionEventSet(
UserDefinedFunctionEvent anEvent
)
public:
UserDefinedFunctionEventSet(
UserDefinedFunctionEvent^ anEvent
)
new :
anEvent:UserDefinedFunctionEvent -> UserDefinedFunctionEventSet
public function UserDefinedFunctionEventSet(
anEvent : UserDefinedFunctionEvent
)
매개 변수
- anEvent
형식: Microsoft.SqlServer.Management.Smo. . :: . .UserDefinedFunctionEvent
A UserDefinedFunctionEvent object that specifies a user-defined function event.