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
一个 UserDefinedFunctionEvent 对象,表示可包括在用户定义函数事件集中的 DropFunction 事件。