IRuleSetExecutor.RetractByType メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
RetractByType(FactType) | |
RetractByType(FactType[]) |
RetractByType(FactType)
public:
void RetractByType(Microsoft::RuleEngine::FactType ^ facts);
public void RetractByType (Microsoft.RuleEngine.FactType facts);
abstract member RetractByType : Microsoft.RuleEngine.FactType -> unit
Public Sub RetractByType (facts As FactType)
パラメーター
- facts
- FactType
適用対象
RetractByType(FactType[])
public:
void RetractByType(cli::array <Microsoft::RuleEngine::FactType ^> ^ facts);
public void RetractByType (Microsoft.RuleEngine.FactType[] facts);
abstract member RetractByType : Microsoft.RuleEngine.FactType[] -> unit
Public Sub RetractByType (facts As FactType())
パラメーター
- facts
- FactType[]