ServiceClient.DataQualityKnowledgeBasesGet Method

Definition

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.

Applies to