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.
Initializes new instance of the DataQualityKnowledgeBasesGetResponse class with specified properties.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Syntax
'Declaration
Public Sub New ( _
KnowledgeBases As Collection(Of Knowledgebase), _
OperationResult As OperationResult _
)
'Usage
Dim KnowledgeBases As Collection(Of Knowledgebase)
Dim OperationResult As OperationResult
Dim instance As New DataQualityKnowledgeBasesGetResponse(KnowledgeBases, _
OperationResult)
public DataQualityKnowledgeBasesGetResponse(
Collection<Knowledgebase> KnowledgeBases,
OperationResult OperationResult
)
public:
DataQualityKnowledgeBasesGetResponse(
Collection<Knowledgebase^>^ KnowledgeBases,
OperationResult^ OperationResult
)
new :
KnowledgeBases:Collection<Knowledgebase> *
OperationResult:OperationResult -> DataQualityKnowledgeBasesGetResponse
public function DataQualityKnowledgeBasesGetResponse(
KnowledgeBases : Collection<Knowledgebase>,
OperationResult : OperationResult
)
Parameters
- KnowledgeBases
Type: System.Collections.ObjectModel.Collection<Knowledgebase>
The collection of Knowledgebase objects.
- OperationResult
Type: Microsoft.MasterDataServices.OperationResult
The result of an operation.
See Also
Reference
DataQualityKnowledgeBasesGetResponse Class