Compartir a través de


UserDefinedFunctionEvent.AlterFunction Propiedad

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

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
Public Shared ReadOnly Property AlterFunction As UserDefinedFunctionEvent 
    Get
'Uso
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

Valor de la propiedad

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

Ejemplos

Controlar eventos SMO

Vea también

Referencia

UserDefinedFunctionEvent Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo