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
)
參數
- anEvent
型別:Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEvent
A UserDefinedFunctionEvent object that specifies a user-defined function event.
範例
請參閱
參考
UserDefinedFunctionEventSet 類別