Propriété DatabaseDdlTriggerEvent.DropFunction
Gets a database DDL trigger event that can be included in the event set.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.SqlEnum (en Microsoft.SqlServer.SqlEnum.dll)
Syntaxe
'Déclaration
Public Shared ReadOnly Property DropFunction As DatabaseDdlTriggerEvent
Get
'Utilisation
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
Valeur de propriété
Type : Microsoft.SqlServer.Management.Smo.DatabaseDdlTriggerEvent
A DatabaseEvent object that represents the DropFunction event that can be included in the database DDL Trigger event set.