UserDefinedFunctionEventSet 构造函数 (UserDefinedFunctionEvent)

Initializes a new instance of the UserDefinedFunctionEventSet class with a specified event.

命名空间:  Microsoft.SqlServer.Management.Smo
程序集:  Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)

语法

声明
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
)

参数