OleDbRuleStore 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
OleDbRuleStore(String) | |
OleDbRuleStore(String, IRuleLanguageConverter) | |
OleDbRuleStore(String, WindowsIdentity) | |
OleDbRuleStore(String, WindowsIdentity, IRuleLanguageConverter) |
OleDbRuleStore(String)
public:
OleDbRuleStore(System::String ^ location);
public OleDbRuleStore (string location);
new Microsoft.RuleEngine.OleDbRuleStore : string -> Microsoft.RuleEngine.OleDbRuleStore
Public Sub New (location As String)
Paramètres
- location
- String
S’applique à
OleDbRuleStore(String, IRuleLanguageConverter)
public:
OleDbRuleStore(System::String ^ location, Microsoft::RuleEngine::IRuleLanguageConverter ^ converter);
public OleDbRuleStore (string location, Microsoft.RuleEngine.IRuleLanguageConverter converter);
new Microsoft.RuleEngine.OleDbRuleStore : string * Microsoft.RuleEngine.IRuleLanguageConverter -> Microsoft.RuleEngine.OleDbRuleStore
Public Sub New (location As String, converter As IRuleLanguageConverter)
Paramètres
- location
- String
- converter
- IRuleLanguageConverter
S’applique à
OleDbRuleStore(String, WindowsIdentity)
public:
OleDbRuleStore(System::String ^ location, System::Security::Principal::WindowsIdentity ^ credentials);
public OleDbRuleStore (string location, System.Security.Principal.WindowsIdentity credentials);
new Microsoft.RuleEngine.OleDbRuleStore : string * System.Security.Principal.WindowsIdentity -> Microsoft.RuleEngine.OleDbRuleStore
Public Sub New (location As String, credentials As WindowsIdentity)
Paramètres
- location
- String
- credentials
- WindowsIdentity
S’applique à
OleDbRuleStore(String, WindowsIdentity, IRuleLanguageConverter)
public:
OleDbRuleStore(System::String ^ location, System::Security::Principal::WindowsIdentity ^ credentials, Microsoft::RuleEngine::IRuleLanguageConverter ^ converter);
public OleDbRuleStore (string location, System.Security.Principal.WindowsIdentity credentials, Microsoft.RuleEngine.IRuleLanguageConverter converter);
new Microsoft.RuleEngine.OleDbRuleStore : string * System.Security.Principal.WindowsIdentity * Microsoft.RuleEngine.IRuleLanguageConverter -> Microsoft.RuleEngine.OleDbRuleStore
Public Sub New (location As String, credentials As WindowsIdentity, converter As IRuleLanguageConverter)
Paramètres
- location
- String
- credentials
- WindowsIdentity
- converter
- IRuleLanguageConverter