RuleEngine.RetractByType Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Aşırı Yüklemeler
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)
Parametreler
- facts
- FactType
Şunlara uygulanır
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())
Parametreler
- facts
- FactType[]