RuleStore 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
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)
參數
- location
- String
適用於
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)
參數
- location
- String
- converter
- IRuleLanguageConverter
適用於
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)
參數
- location
- String
- credentials
- WindowsIdentity
適用於
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)
參數
- location
- String
- credentials
- WindowsIdentity
- converter
- IRuleLanguageConverter