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