OleDbRuleStore.Publish Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
Publish(RuleSetInfo) | |
Publish(RuleSetInfoCollection) | |
Publish(VocabularyInfo) | |
Publish(VocabularyInfoCollection) | |
Publish(RuleSetInfoCollection, VocabularyInfoCollection) |
Publish(RuleSetInfo)
public:
override void Publish(Microsoft::RuleEngine::RuleSetInfo ^ ruleSet);
public override void Publish (Microsoft.RuleEngine.RuleSetInfo ruleSet);
override this.Publish : Microsoft.RuleEngine.RuleSetInfo -> unit
Public Overrides Sub Publish (ruleSet As RuleSetInfo)
Parameter
- ruleSet
- RuleSetInfo
Gilt für:
Publish(RuleSetInfoCollection)
public:
override void Publish(Microsoft::RuleEngine::RuleSetInfoCollection ^ ruleSets);
public override void Publish (Microsoft.RuleEngine.RuleSetInfoCollection ruleSets);
override this.Publish : Microsoft.RuleEngine.RuleSetInfoCollection -> unit
Public Overrides Sub Publish (ruleSets As RuleSetInfoCollection)
Parameter
- ruleSets
- RuleSetInfoCollection
Gilt für:
Publish(VocabularyInfo)
public:
override void Publish(Microsoft::RuleEngine::VocabularyInfo ^ vocabulary);
public override void Publish (Microsoft.RuleEngine.VocabularyInfo vocabulary);
override this.Publish : Microsoft.RuleEngine.VocabularyInfo -> unit
Public Overrides Sub Publish (vocabulary As VocabularyInfo)
Parameter
- vocabulary
- VocabularyInfo
Gilt für:
Publish(VocabularyInfoCollection)
public:
override void Publish(Microsoft::RuleEngine::VocabularyInfoCollection ^ vocabularies);
public override void Publish (Microsoft.RuleEngine.VocabularyInfoCollection vocabularies);
override this.Publish : Microsoft.RuleEngine.VocabularyInfoCollection -> unit
Public Overrides Sub Publish (vocabularies As VocabularyInfoCollection)
Parameter
- vocabularies
- VocabularyInfoCollection
Gilt für:
Publish(RuleSetInfoCollection, VocabularyInfoCollection)
public:
override void Publish(Microsoft::RuleEngine::RuleSetInfoCollection ^ ruleSets, Microsoft::RuleEngine::VocabularyInfoCollection ^ vocabularies);
public override void Publish (Microsoft.RuleEngine.RuleSetInfoCollection ruleSets, Microsoft.RuleEngine.VocabularyInfoCollection vocabularies);
override this.Publish : Microsoft.RuleEngine.RuleSetInfoCollection * Microsoft.RuleEngine.VocabularyInfoCollection -> unit
Public Overrides Sub Publish (ruleSets As RuleSetInfoCollection, vocabularies As VocabularyInfoCollection)
Parameter
- ruleSets
- RuleSetInfoCollection
- vocabularies
- VocabularyInfoCollection