OleDbRuleStore Konstruktory
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Přetížení
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)
Parametry
- location
- String
Platí pro
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)
Parametry
- location
- String
- converter
- IRuleLanguageConverter
Platí pro
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)
Parametry
- location
- String
- credentials
- WindowsIdentity
Platí pro
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)
Parametry
- location
- String
- credentials
- WindowsIdentity
- converter
- IRuleLanguageConverter