Condividi tramite


Metodo ServiceClient.DataQualityKnowledgeBasesGet

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Gets the collection of knowledgebase configured in DQS.

Spazio dei nomi  Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)

Sintassi

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

Parametri

Valore restituito

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

Vedere anche

Riferimento

ServiceClient Classe

Spazio dei nomi Microsoft.MasterDataServices