PlanGuideExtender Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| PlanGuideExtender() | |
| PlanGuideExtender(PlanGuide) |
PlanGuideExtender()
public PlanGuideExtender ();
Public Sub New ()
Applies to
PlanGuideExtender(PlanGuide)
public PlanGuideExtender (Microsoft.SqlServer.Management.Smo.PlanGuide planGuide);
new Microsoft.SqlServer.Management.Smo.PlanGuideExtender : Microsoft.SqlServer.Management.Smo.PlanGuide -> Microsoft.SqlServer.Management.Smo.PlanGuideExtender
Public Sub New (planGuide As PlanGuide)
Parameters
- planGuide
- PlanGuide