PlanGuideCollection.Remove 方法

定義

多載

名稱 Description
Remove(PlanGuide)
Remove(String)

Remove(PlanGuide)

public void Remove(Microsoft.SqlServer.Management.Smo.PlanGuide planGuide);
override this.Remove : Microsoft.SqlServer.Management.Smo.PlanGuide -> unit
Public Sub Remove (planGuide As PlanGuide)

參數

planGuide
PlanGuide

適用於

Remove(String)

public void Remove(string name);
override this.Remove : string -> unit
Public Sub Remove (name As String)

參數

name
String

適用於