Share via


SqlRuleStore Constructors

Definition

Overloads

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)

Parameters

location
String

Applies to

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)

Parameters

location
String

Applies to

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)

Parameters

location
String
credentials
WindowsIdentity

Applies to

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)

Parameters

location
String
credentials
WindowsIdentity

Applies to