ServerEvent.DropPlanGuide Property
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public Shared ReadOnly Property DropPlanGuide As ServerEvent
Get
'Usage
Dim value As ServerEvent
value = ServerEvent.DropPlanGuide
public static ServerEvent DropPlanGuide { get; }
public:
static property ServerEvent^ DropPlanGuide {
ServerEvent^ get ();
}
static member DropPlanGuide : ServerEvent
static function get DropPlanGuide () : ServerEvent
Property Value
See Also