Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This API supports the SQL Server 2012 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
'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>
Parameters
- International
Type: Microsoft.MasterDataServices.International
The cultural settings.
- OperationResult
Type: Microsoft.MasterDataServices.OperationResult%
When this method returns, contains the operation result. This parameter is passed uninitialized.
Return Value
Type: System.Collections.ObjectModel.Collection<Knowledgebase>
The collection of knowledgebase configured in DQS.