ServiceClient.DataQualityKnowledgeBasesGet 方法

此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。

Gets the collection of knowledgebase configured in DQS.

命名空间:  Microsoft.MasterDataServices
程序集:  Microsoft.MasterDataServices(在 Microsoft.MasterDataServices.dll 中)

语法

声明
Public Function DataQualityKnowledgeBasesGet ( _
    International As International, _
    <OutAttribute> ByRef OperationResult As OperationResult _
) As Collection(Of Knowledgebase)
用法
Dim instance As ServiceClient
Dim International As International
Dim OperationResult As OperationResult
Dim returnValue As Collection(Of Knowledgebase)

returnValue = instance.DataQualityKnowledgeBasesGet(International, _
    OperationResult)
public Collection<Knowledgebase> DataQualityKnowledgeBasesGet(
    International International,
    out OperationResult OperationResult
)
public:
Collection<Knowledgebase^>^ DataQualityKnowledgeBasesGet(
    International^ International, 
    [OutAttribute] OperationResult^% OperationResult
)
member DataQualityKnowledgeBasesGet : 
        International:International * 
        OperationResult:OperationResult byref -> Collection<Knowledgebase> 
public function DataQualityKnowledgeBasesGet(
    International : International, 
    OperationResult : OperationResult
) : Collection<Knowledgebase>

参数

返回值

类型:System.Collections.ObjectModel.Collection<Knowledgebase>
The collection of knowledgebase configured in DQS.

请参阅

参考

ServiceClient 类

Microsoft.MasterDataServices 命名空间