SqlRuleStore.GetRuleSetsInternal Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
protected:
Microsoft::RuleEngine::RuleSetInfoCollection ^ GetRuleSetsInternal(System::Data::SqlClient::SqlConnection ^ connection, System::Data::SqlClient::SqlTransaction ^ tx, System::String ^ name, Microsoft::RuleEngine::RuleStore::Filter ruleSetFilter);
protected Microsoft.RuleEngine.RuleSetInfoCollection GetRuleSetsInternal (System.Data.SqlClient.SqlConnection connection, System.Data.SqlClient.SqlTransaction tx, string name, Microsoft.RuleEngine.RuleStore.Filter ruleSetFilter);
member this.GetRuleSetsInternal : System.Data.SqlClient.SqlConnection * System.Data.SqlClient.SqlTransaction * string * Microsoft.RuleEngine.RuleStore.Filter -> Microsoft.RuleEngine.RuleSetInfoCollection
Protected Function GetRuleSetsInternal (connection As SqlConnection, tx As SqlTransaction, name As String, ruleSetFilter As RuleStore.Filter) As RuleSetInfoCollection
Parameters
- connection
- SqlConnection
- name
- String
- ruleSetFilter
- RuleStore.Filter