SqlRuleStore Constructores
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Sobrecargas
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)
Parámetros
- location
- String
Se aplica a
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)
Parámetros
- location
- String
- converter
- IRuleLanguageConverter
Se aplica a
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)
Parámetros
- location
- String
- credentials
- WindowsIdentity
Se aplica a
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)
Parámetros
- location
- String
- credentials
- WindowsIdentity
- converter
- IRuleLanguageConverter