共用方式為


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
)

參數

範例

處理 SMO 事件

請參閱

參考

UserDefinedFunctionEventSet 類別

UserDefinedFunctionEventSet 多載

Microsoft.SqlServer.Management.Smo 命名空間