Метод ServiceClient.DataQualityKnowledgeBasesGet
Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.
Gets the collection of knowledgebase configured in DQS.
Пространство имен: Microsoft.MasterDataServices
Сборка: Microsoft.MasterDataServices (в Microsoft.MasterDataServices.dll)
Синтаксис
'Декларация
Public Function DataQualityKnowledgeBasesGet ( _
International As International, _
<OutAttribute> ByRef OperationResult As OperationResult _
) As Collection(Of Knowledgebase)
'Применение
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>
Параметры
- International
Тип: Microsoft.MasterDataServices.International
The cultural settings.
- OperationResult
Тип: Microsoft.MasterDataServices.OperationResult%
When this method returns, contains the operation result. This parameter is passed uninitialized.
Возвращаемое значение
Тип: System.Collections.ObjectModel.Collection<Knowledgebase>
The collection of knowledgebase configured in DQS.