DropFunction プロパティ
イベント セットに含めることができるユーザー定義関数イベントを取得します。
名前空間: Microsoft.SqlServer.Management.Smo
アセンブリ: Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)
構文
'宣言
Public Shared ReadOnly Property DropFunction As UserDefinedFunctionEvent
Get
'使用
Dim value As UserDefinedFunctionEvent
value = UserDefinedFunctionEvent.DropFunction
public static UserDefinedFunctionEvent DropFunction { get; }
public:
static property UserDefinedFunctionEvent^ DropFunction {
UserDefinedFunctionEvent^ get ();
}
static member DropFunction : UserDefinedFunctionEvent
static function get DropFunction () : UserDefinedFunctionEvent
プロパティ値
型: Microsoft.SqlServer.Management.Smo. . :: . .UserDefinedFunctionEvent
ユーザー定義関数のイベント セットに含めることができる DropFunction イベントを表す UserDefinedFunctionEvent オブジェクトです。