Свойство 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