PlanGuide Constructors

Definition

Overloads

PlanGuide()
PlanGuide(Database, String)

PlanGuide()

public PlanGuide ();
Public Sub New ()

Applies to

PlanGuide(Database, String)

public PlanGuide (Microsoft.SqlServer.Management.Smo.Database database, string name);
new Microsoft.SqlServer.Management.Smo.PlanGuide : Microsoft.SqlServer.Management.Smo.Database * string -> Microsoft.SqlServer.Management.Smo.PlanGuide
Public Sub New (database As Database, name As String)

Parameters

database
Database
name
String

Applies to