Свойство DropPlanGuide
Gets a database DDL trigger event that can be included in the event set.
Пространство имен: Microsoft.SqlServer.Management.Smo
Сборка: Microsoft.SqlServer.SqlEnum (в Microsoft.SqlServer.SqlEnum.dll)
Синтаксис
'Декларация
Public Shared ReadOnly Property DropPlanGuide As DatabaseDdlTriggerEvent
Get
'Применение
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
Значение свойства
Тип: Microsoft.SqlServer.Management.Smo. . :: . .DatabaseDdlTriggerEvent
A DatabaseEvent object that represents the DropPlanGuide event that can be included in the database DDL Trigger event set.
См. также