IRuleSetExecutor.RetractByType Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
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)
Parametri
- facts
- FactType
Si applica a
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())
Parametri
- facts
- FactType[]