Remove メソッド

イベントをイベント セットから削除します。

名前空間:  Microsoft.SqlServer.Management.Smo
アセンブリ:  Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)

構文

'宣言
Public Function Remove ( _
    anEvent As UserDefinedFunctionEvent _
) As UserDefinedFunctionEventSet
'使用
Dim instance As UserDefinedFunctionEventSet
Dim anEvent As UserDefinedFunctionEvent
Dim returnValue As UserDefinedFunctionEventSet

returnValue = instance.Remove(anEvent)
public UserDefinedFunctionEventSet Remove(
    UserDefinedFunctionEvent anEvent
)
public:
UserDefinedFunctionEventSet^ Remove(
    UserDefinedFunctionEvent^ anEvent
)
member Remove : 
        anEvent:UserDefinedFunctionEvent -> UserDefinedFunctionEventSet 
public function Remove(
    anEvent : UserDefinedFunctionEvent
) : UserDefinedFunctionEventSet

パラメーター

戻り値

型: Microsoft.SqlServer.Management.Smo. . :: . .UserDefinedFunctionEventSet
ユーザー定義関数イベントのセットを表す UserDefinedFunctionEventSet オブジェクトです。