ServiceClient.DataQualityKnowledgeBasesGet 方法

定义

获取 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)

参数

International
International

区域性设置。

OperationResult
OperationResult

此方法返回时,包含操作结果。 此参数未经初始化即被传递。

返回

DQS 中配置的知识库集合。

适用于