RuleStore Costruttori
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
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)
Parametri
- location
- String
Si applica a
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)
Parametri
- location
- String
- converter
- IRuleLanguageConverter
Si applica a
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)
Parametri
- location
- String
- credentials
- WindowsIdentity
Si applica a
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)
Parametri
- location
- String
- credentials
- WindowsIdentity
- converter
- IRuleLanguageConverter