SqlRuleStore.SetRuleSetAuthorizations 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
SetRuleSetAuthorizations(RuleSetInfo, AuthorizationGroup[])
public:
override void SetRuleSetAuthorizations(Microsoft::RuleEngine::RuleSetInfo ^ rsInfo, ... cli::array <Microsoft::RuleEngine::AuthorizationGroup ^> ^ authorizations);
public override void SetRuleSetAuthorizations(Microsoft.RuleEngine.RuleSetInfo rsInfo, params Microsoft.RuleEngine.AuthorizationGroup[] authorizations);
override this.SetRuleSetAuthorizations : Microsoft.RuleEngine.RuleSetInfo * Microsoft.RuleEngine.AuthorizationGroup[] -> unit
Public Overrides Sub SetRuleSetAuthorizations (rsInfo As RuleSetInfo, ParamArray authorizations As AuthorizationGroup())
매개 변수
- rsInfo
- RuleSetInfo
- authorizations
- AuthorizationGroup[]
적용 대상
SetRuleSetAuthorizations(RuleSetInfo, AuthorizationGroupCollection)
public:
override void SetRuleSetAuthorizations(Microsoft::RuleEngine::RuleSetInfo ^ rsInfo, Microsoft::RuleEngine::AuthorizationGroupCollection ^ authorizations);
public override void SetRuleSetAuthorizations(Microsoft.RuleEngine.RuleSetInfo rsInfo, Microsoft.RuleEngine.AuthorizationGroupCollection authorizations);
override this.SetRuleSetAuthorizations : Microsoft.RuleEngine.RuleSetInfo * Microsoft.RuleEngine.AuthorizationGroupCollection -> unit
Public Overrides Sub SetRuleSetAuthorizations (rsInfo As RuleSetInfo, authorizations As AuthorizationGroupCollection)
매개 변수
- rsInfo
- RuleSetInfo
- authorizations
- AuthorizationGroupCollection
적용 대상
SetRuleSetAuthorizations(String, AuthorizationGroup[])
public:
override void SetRuleSetAuthorizations(System::String ^ ruleSetName, ... cli::array <Microsoft::RuleEngine::AuthorizationGroup ^> ^ authorizations);
public override void SetRuleSetAuthorizations(string ruleSetName, params Microsoft.RuleEngine.AuthorizationGroup[] authorizations);
override this.SetRuleSetAuthorizations : string * Microsoft.RuleEngine.AuthorizationGroup[] -> unit
Public Overrides Sub SetRuleSetAuthorizations (ruleSetName As String, ParamArray authorizations As AuthorizationGroup())
매개 변수
- ruleSetName
- String
- authorizations
- AuthorizationGroup[]
적용 대상
SetRuleSetAuthorizations(String, AuthorizationGroupCollection)
public:
override void SetRuleSetAuthorizations(System::String ^ ruleSetName, Microsoft::RuleEngine::AuthorizationGroupCollection ^ authorizations);
public override void SetRuleSetAuthorizations(string ruleSetName, Microsoft.RuleEngine.AuthorizationGroupCollection authorizations);
override this.SetRuleSetAuthorizations : string * Microsoft.RuleEngine.AuthorizationGroupCollection -> unit
Public Overrides Sub SetRuleSetAuthorizations (ruleSetName As String, authorizations As AuthorizationGroupCollection)
매개 변수
- ruleSetName
- String
- authorizations
- AuthorizationGroupCollection