共用方式為


DropPlanGuide 屬性

命名空間:  Microsoft.SqlServer.Management.Smo
組件:  Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)

語法

'宣告
Public Shared ReadOnly Property DropPlanGuide As ServerEvent
    Get
'用途
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