PlanGuide Class
Creates a plan guide object: PlanGuide
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)
Syntax
'Deklaracja
<PhysicalFacetAttribute> _
<EvaluationModeAttribute(AutomatedPolicyEvaluationMode.CheckOnSchedule)> _
Public NotInheritable Class PlanGuide
Inherits NamedSmoObject
Implements ICreatable, IAlterable, IDroppable, IScriptable, _
IExtendedProperties
[PhysicalFacetAttribute]
[EvaluationModeAttribute(AutomatedPolicyEvaluationMode.CheckOnSchedule)]
public sealed class PlanGuide : NamedSmoObject, ICreatable, IAlterable, IDroppable,
IScriptable, IExtendedProperties
[PhysicalFacetAttribute]
[EvaluationModeAttribute(AutomatedPolicyEvaluationMode::CheckOnSchedule)]
public ref class PlanGuide sealed : public NamedSmoObject, ICreatable, IAlterable, IDroppable,
IScriptable, IExtendedProperties
/** @attribute PhysicalFacetAttribute() */
/** @attribute EvaluationModeAttribute(AutomatedPolicyEvaluationMode.CheckOnSchedule) */
public final class PlanGuide extends NamedSmoObject implements ICreatable, IAlterable,
IDroppable, IScriptable, IExtendedProperties
PhysicalFacetAttribute
EvaluationModeAttribute(AutomatedPolicyEvaluationMode.CheckOnSchedule)
public final class PlanGuide extends NamedSmoObject implements ICreatable, IAlterable,
IDroppable, IScriptable, IExtendedProperties
Inheritance Hierarchy
System.Object
Microsoft.SqlServer.Management.Smo.SmoObjectBase
Microsoft.SqlServer.Management.Smo.SqlSmoObject
Microsoft.SqlServer.Management.Smo.NamedSmoObject
Microsoft.SqlServer.Management.Smo.PlanGuide
Thread Safety
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
See Also