共用方式為


UserDefinedFunctionEvent.DropFunction 屬性

Gets a user-defined function event that can be included in the event set.

命名空間:  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
A UserDefinedFunctionEvent object that represents the DropFunction event that can be included in the user-defined function event set.

範例

處理 SMO 事件

請參閱

參考

UserDefinedFunctionEvent 類別

Microsoft.SqlServer.Management.Smo 命名空間