Share via


ServiceClient.DataQualityKnowledgeBasesGet Method

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Gets the collection of knowledgebase configured in DQS.

Namespace:  Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)

Syntax

'Declaration
Public Function DataQualityKnowledgeBasesGet ( _
    International As International, _
    <OutAttribute> ByRef OperationResult As OperationResult _
) As Collection(Of Knowledgebase)
'Usage
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>

Parameters

Return Value

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

See Also

Reference

ServiceClient Class

Microsoft.MasterDataServices Namespace