次の方法で共有


IRuleSetDeploymentDriver.Undeploy メソッド

定義

オーバーロード

Undeploy(RuleSetInfo)
Undeploy(RuleSetInfoCollection)

Undeploy(RuleSetInfo)

public:
 void Undeploy(Microsoft::RuleEngine::RuleSetInfo ^ ruleSetInfo);
public void Undeploy (Microsoft.RuleEngine.RuleSetInfo ruleSetInfo);
abstract member Undeploy : Microsoft.RuleEngine.RuleSetInfo -> unit

パラメーター

ruleSetInfo
RuleSetInfo

適用対象

Undeploy(RuleSetInfoCollection)

public:
 void Undeploy(Microsoft::RuleEngine::RuleSetInfoCollection ^ ruleSetInfoCollection);
public void Undeploy (Microsoft.RuleEngine.RuleSetInfoCollection ruleSetInfoCollection);
abstract member Undeploy : Microsoft.RuleEngine.RuleSetInfoCollection -> unit

パラメーター

ruleSetInfoCollection
RuleSetInfoCollection

適用対象