SqlRuleStore.GetVocabulariesInternal 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::VocabularyInfoCollection ^ GetVocabulariesInternal(System::Data::SqlClient::SqlConnection ^ connection, System::Data::SqlClient::SqlTransaction ^ tx, System::String ^ name, Microsoft::RuleEngine::RuleStore::Filter vocabularyFilter);
protected Microsoft.RuleEngine.VocabularyInfoCollection GetVocabulariesInternal (System.Data.SqlClient.SqlConnection connection, System.Data.SqlClient.SqlTransaction tx, string name, Microsoft.RuleEngine.RuleStore.Filter vocabularyFilter);
member this.GetVocabulariesInternal : System.Data.SqlClient.SqlConnection * System.Data.SqlClient.SqlTransaction * string * Microsoft.RuleEngine.RuleStore.Filter -> Microsoft.RuleEngine.VocabularyInfoCollection
Protected Function GetVocabulariesInternal (connection As SqlConnection, tx As SqlTransaction, name As String, vocabularyFilter As RuleStore.Filter) As VocabularyInfoCollection
Parameters
- connection
- SqlConnection
- name
- String
- vocabularyFilter
- RuleStore.Filter