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.