RuleEngine.RetractByType Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
RetractByType(FactType) | |
RetractByType(FactType[]) |
RetractByType(FactType)
public:
void RetractByType(Microsoft::RuleEngine::FactType ^ facts);
public void RetractByType (Microsoft.RuleEngine.FactType facts);
member this.RetractByType : Microsoft.RuleEngine.FactType -> unit
Public Sub RetractByType (facts As FactType)
Paramètres
- facts
- FactType
S’applique à
RetractByType(FactType[])
public:
void RetractByType(cli::array <Microsoft::RuleEngine::FactType ^> ^ facts);
public void RetractByType (Microsoft.RuleEngine.FactType[] facts);
member this.RetractByType : Microsoft.RuleEngine.FactType[] -> unit
Public Sub RetractByType (facts As FactType())
Paramètres
- facts
- FactType[]