Freigeben über


ServiceClient.DataQualityKnowledgeBasesGet-Methode

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

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>

Parameter

Rückgabewert

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

Siehe auch

Verweis

ServiceClient Klasse

Microsoft.MasterDataServices-Namespace