ServiceClient.DataQualityKnowledgeBasesGet 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.
Gets the collection of knowledgebase configured in DQS.
public:
System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::Knowledgebase ^> ^ DataQualityKnowledgeBasesGet(Microsoft::MasterDataServices::International ^ International, [Runtime::InteropServices::Out] Microsoft::MasterDataServices::OperationResult ^ % OperationResult);
public System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.Knowledgebase> DataQualityKnowledgeBasesGet (Microsoft.MasterDataServices.International International, out Microsoft.MasterDataServices.OperationResult OperationResult);
member this.DataQualityKnowledgeBasesGet : Microsoft.MasterDataServices.International * OperationResult -> System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.Knowledgebase>
Public Function DataQualityKnowledgeBasesGet (International As International, ByRef OperationResult As OperationResult) As Collection(Of Knowledgebase)
Parameters
- International
- International
The cultural settings.
- OperationResult
- OperationResult
When this method returns, contains the operation result. This parameter is passed uninitialized.
Returns
The collection of knowledgebase configured in DQS.