Compartilhar via


Propriedade DropFunction

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.SqlEnum (em Microsoft.SqlServer.SqlEnum.dll)

Sintaxe

'Declaração
Public Shared ReadOnly Property DropFunction As DatabaseDdlTriggerEvent
    Get
'Uso
Dim value As DatabaseDdlTriggerEvent

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