Compartir a través de


ServiceClient.DataQualityKnowledgeBasesGet Método

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

Gets the collection of knowledgebase configured in DQS.

Espacio de nombres:  Microsoft.MasterDataServices
Ensamblado:  Microsoft.MasterDataServices (en Microsoft.MasterDataServices.dll)

Sintaxis

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

Parámetros

Valor devuelto

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

Vea también

Referencia

ServiceClient Clase

Espacio de nombres Microsoft.MasterDataServices