RuleStore.SetRuleSetAuthorizations 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
SetRuleSetAuthorizations(RuleSetInfo, AuthorizationGroup[])
public:
virtual void SetRuleSetAuthorizations(Microsoft::RuleEngine::RuleSetInfo ^ rsInfo, ... cli::array <Microsoft::RuleEngine::AuthorizationGroup ^> ^ authorizations);
public virtual void SetRuleSetAuthorizations(Microsoft.RuleEngine.RuleSetInfo rsInfo, params Microsoft.RuleEngine.AuthorizationGroup[] authorizations);
abstract member SetRuleSetAuthorizations : Microsoft.RuleEngine.RuleSetInfo * Microsoft.RuleEngine.AuthorizationGroup[] -> unit
override this.SetRuleSetAuthorizations : Microsoft.RuleEngine.RuleSetInfo * Microsoft.RuleEngine.AuthorizationGroup[] -> unit
Public Overridable Sub SetRuleSetAuthorizations (rsInfo As RuleSetInfo, ParamArray authorizations As AuthorizationGroup())
Parameter
- rsInfo
- RuleSetInfo
- authorizations
- AuthorizationGroup[]
Gilt für:
SetRuleSetAuthorizations(RuleSetInfo, AuthorizationGroupCollection)
public:
virtual void SetRuleSetAuthorizations(Microsoft::RuleEngine::RuleSetInfo ^ rsInfo, Microsoft::RuleEngine::AuthorizationGroupCollection ^ authorizations);
public virtual void SetRuleSetAuthorizations(Microsoft.RuleEngine.RuleSetInfo rsInfo, Microsoft.RuleEngine.AuthorizationGroupCollection authorizations);
abstract member SetRuleSetAuthorizations : Microsoft.RuleEngine.RuleSetInfo * Microsoft.RuleEngine.AuthorizationGroupCollection -> unit
override this.SetRuleSetAuthorizations : Microsoft.RuleEngine.RuleSetInfo * Microsoft.RuleEngine.AuthorizationGroupCollection -> unit
Public Overridable Sub SetRuleSetAuthorizations (rsInfo As RuleSetInfo, authorizations As AuthorizationGroupCollection)
Parameter
- rsInfo
- RuleSetInfo
- authorizations
- AuthorizationGroupCollection
Gilt für:
SetRuleSetAuthorizations(String, AuthorizationGroup[])
public:
virtual void SetRuleSetAuthorizations(System::String ^ ruleSetName, ... cli::array <Microsoft::RuleEngine::AuthorizationGroup ^> ^ authorizations);
public virtual void SetRuleSetAuthorizations(string ruleSetName, params Microsoft.RuleEngine.AuthorizationGroup[] authorizations);
abstract member SetRuleSetAuthorizations : string * Microsoft.RuleEngine.AuthorizationGroup[] -> unit
override this.SetRuleSetAuthorizations : string * Microsoft.RuleEngine.AuthorizationGroup[] -> unit
Public Overridable Sub SetRuleSetAuthorizations (ruleSetName As String, ParamArray authorizations As AuthorizationGroup())
Parameter
- ruleSetName
- String
- authorizations
- AuthorizationGroup[]
Gilt für:
SetRuleSetAuthorizations(String, AuthorizationGroupCollection)
public:
virtual void SetRuleSetAuthorizations(System::String ^ ruleSetName, Microsoft::RuleEngine::AuthorizationGroupCollection ^ authorizations);
public virtual void SetRuleSetAuthorizations(string ruleSetName, Microsoft.RuleEngine.AuthorizationGroupCollection authorizations);
abstract member SetRuleSetAuthorizations : string * Microsoft.RuleEngine.AuthorizationGroupCollection -> unit
override this.SetRuleSetAuthorizations : string * Microsoft.RuleEngine.AuthorizationGroupCollection -> unit
Public Overridable Sub SetRuleSetAuthorizations (ruleSetName As String, authorizations As AuthorizationGroupCollection)
Parameter
- ruleSetName
- String
- authorizations
- AuthorizationGroupCollection