Método ServiceClient.DataQualityKnowledgeBasesGet
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Gets the collection of knowledgebase configured in DQS.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (em Microsoft.MasterDataServices.dll)
Sintaxe
'Declaração
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
- International
Tipo: Microsoft.MasterDataServices.International
The cultural settings.
- OperationResult
Tipo: Microsoft.MasterDataServices.OperationResult%
When this method returns, contains the operation result. This parameter is passed uninitialized.
Valor de retorno
Tipo: System.Collections.ObjectModel.Collection<Knowledgebase>
The collection of knowledgebase configured in DQS.