OleDbRuleStore コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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)
パラメーター
- location
- String
適用対象
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)
パラメーター
- location
- String
- converter
- IRuleLanguageConverter
適用対象
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)
パラメーター
- location
- String
- credentials
- WindowsIdentity
適用対象
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)
パラメーター
- location
- String
- credentials
- WindowsIdentity
- converter
- IRuleLanguageConverter