Compartir a través de


DropPlanGuide Propiedad

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
Public Shared ReadOnly Property DropPlanGuide As ServerEvent
    Get
'Uso
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