Partager via


Propriété DropPlanGuide

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 DropPlanGuide As DatabaseDdlTriggerEvent
    Get
'Utilisation
Dim value As DatabaseDdlTriggerEvent

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

Valeur de propriété

Type : Microsoft.SqlServer.Management.Smo. . :: . .DatabaseDdlTriggerEvent
A DatabaseEvent object that represents the DropPlanGuide event that can be included in the database DDL Trigger event set.