RuleStore Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
| 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)
Paramètres
- location
- String
S’applique à
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)
Paramètres
- location
- String
- converter
- IRuleLanguageConverter
S’applique à
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)
Paramètres
- location
- String
- credentials
- WindowsIdentity
S’applique à
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)
Paramètres
- location
- String
- credentials
- WindowsIdentity
- converter
- IRuleLanguageConverter