ServiceClient.DataQualityKnowledgeBasesGet Method (International, OperationResult)

 

Applies To: SQL Server 2016 Preview

This API supports the product 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

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 As International,
    <OutAttribute> ByRef OperationResult As OperationResult
) As Collection(Of Knowledgebase)

Parameters

Return Value

Type: System.Collections.ObjectModel.Collection<Knowledgebase>

The collection of knowledgebase configured in DQS.

See Also

ServiceClient Class
Microsoft.MasterDataServices Namespace

Return to top