Свойство AlterFunction

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 AlterFunction As UserDefinedFunctionEvent
    Get
'Применение
Dim value As UserDefinedFunctionEvent

value = UserDefinedFunctionEvent.AlterFunction
public static UserDefinedFunctionEvent AlterFunction { get; }
public:
static property UserDefinedFunctionEvent^ AlterFunction {
    UserDefinedFunctionEvent^ get ();
}
static member AlterFunction : UserDefinedFunctionEvent
static function get AlterFunction () : UserDefinedFunctionEvent

Значение свойства

Тип Microsoft.SqlServer.Management.Smo. . :: . .UserDefinedFunctionEvent
A UserDefinedFunctionEvent object that represents the AlterFunction event that can be included in the user-defined function event set.