SQLWorkbenchPackage.RemoveService 方法

定義

多載

RemoveService(Type)

public:
 virtual void RemoveService(Type ^ serviceType);
public void RemoveService(Type serviceType);
abstract member RemoveService : Type -> unit
override this.RemoveService : Type -> unit
Public Sub RemoveService (serviceType As Type)

參數

serviceType
Type

實作

適用於

RemoveService(Type, Boolean)

public:
 virtual void RemoveService(Type ^ serviceType, bool promote);
public void RemoveService(Type serviceType, bool promote);
abstract member RemoveService : Type * bool -> unit
override this.RemoveService : Type * bool -> unit
Public Sub RemoveService (serviceType As Type, promote As Boolean)

參數

serviceType
Type
promote
Boolean

實作

適用於