DatabaseDdlTriggerEvent.DropPartitionFunction Property
Gets a database DDL trigger event that can be included in the event set.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.SqlEnum (in Microsoft.SqlServer.SqlEnum.dll)
Syntax
'Declaration
Public Shared ReadOnly Property DropPartitionFunction As DatabaseDdlTriggerEvent
Get
'Usage
Dim value As DatabaseDdlTriggerEvent
value = DatabaseDdlTriggerEvent.DropPartitionFunction
public static DatabaseDdlTriggerEvent DropPartitionFunction { get; }
public:
static property DatabaseDdlTriggerEvent^ DropPartitionFunction {
DatabaseDdlTriggerEvent^ get ();
}
static member DropPartitionFunction : DatabaseDdlTriggerEvent
static function get DropPartitionFunction () : DatabaseDdlTriggerEvent
Property Value
Type: Microsoft.SqlServer.Management.Smo.DatabaseDdlTriggerEvent
A DatabaseEvent object that represents the DropPartitionFunction event that can be included in the database DDL Trigger event set.