Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets a user-defined function event that can be included in the event set.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public Shared ReadOnly Property DropFunction As UserDefinedFunctionEvent
Get
'Usage
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
Eigenschaftswert
Typ: Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEvent
A UserDefinedFunctionEvent object that represents the DropFunction event that can be included in the user-defined function event set.