RuleStore Konstruktory
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Przeciążenia
RuleStore(String) | |
RuleStore(String, IRuleLanguageConverter) | |
RuleStore(String, WindowsIdentity) | |
RuleStore(String, WindowsIdentity, IRuleLanguageConverter) |
RuleStore(String)
protected:
RuleStore(System::String ^ location);
protected RuleStore (string location);
new Microsoft.RuleEngine.RuleStore : string -> Microsoft.RuleEngine.RuleStore
Protected Sub New (location As String)
Parametry
- location
- String
Dotyczy
RuleStore(String, IRuleLanguageConverter)
protected:
RuleStore(System::String ^ location, Microsoft::RuleEngine::IRuleLanguageConverter ^ converter);
protected RuleStore (string location, Microsoft.RuleEngine.IRuleLanguageConverter converter);
new Microsoft.RuleEngine.RuleStore : string * Microsoft.RuleEngine.IRuleLanguageConverter -> Microsoft.RuleEngine.RuleStore
Protected Sub New (location As String, converter As IRuleLanguageConverter)
Parametry
- location
- String
- converter
- IRuleLanguageConverter
Dotyczy
RuleStore(String, WindowsIdentity)
protected:
RuleStore(System::String ^ location, System::Security::Principal::WindowsIdentity ^ credentials);
protected RuleStore (string location, System.Security.Principal.WindowsIdentity credentials);
new Microsoft.RuleEngine.RuleStore : string * System.Security.Principal.WindowsIdentity -> Microsoft.RuleEngine.RuleStore
Protected Sub New (location As String, credentials As WindowsIdentity)
Parametry
- location
- String
- credentials
- WindowsIdentity
Dotyczy
RuleStore(String, WindowsIdentity, IRuleLanguageConverter)
protected:
RuleStore(System::String ^ location, System::Security::Principal::WindowsIdentity ^ credentials, Microsoft::RuleEngine::IRuleLanguageConverter ^ converter);
protected RuleStore (string location, System.Security.Principal.WindowsIdentity credentials, Microsoft.RuleEngine.IRuleLanguageConverter converter);
new Microsoft.RuleEngine.RuleStore : string * System.Security.Principal.WindowsIdentity * Microsoft.RuleEngine.IRuleLanguageConverter -> Microsoft.RuleEngine.RuleStore
Protected Sub New (location As String, credentials As WindowsIdentity, converter As IRuleLanguageConverter)
Parametry
- location
- String
- credentials
- WindowsIdentity
- converter
- IRuleLanguageConverter