DataQualityKnowledgeBasesGetResponse Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes new instance of the DataQualityKnowledgeBasesGetResponse class.
Overloads
DataQualityKnowledgeBasesGetResponse() |
Initializes new instance of the DataQualityKnowledgeBasesGetResponse class. |
DataQualityKnowledgeBasesGetResponse(Collection<Knowledgebase>, OperationResult) |
Initializes new instance of the DataQualityKnowledgeBasesGetResponse class with specified properties. |
DataQualityKnowledgeBasesGetResponse()
Initializes new instance of the DataQualityKnowledgeBasesGetResponse class.
public:
DataQualityKnowledgeBasesGetResponse();
public DataQualityKnowledgeBasesGetResponse ();
Public Sub New ()
Applies to
DataQualityKnowledgeBasesGetResponse(Collection<Knowledgebase>, OperationResult)
Initializes new instance of the DataQualityKnowledgeBasesGetResponse class with specified properties.
public:
DataQualityKnowledgeBasesGetResponse(System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::Knowledgebase ^> ^ KnowledgeBases, Microsoft::MasterDataServices::OperationResult ^ OperationResult);
public DataQualityKnowledgeBasesGetResponse (System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.Knowledgebase> KnowledgeBases, Microsoft.MasterDataServices.OperationResult OperationResult);
new Microsoft.MasterDataServices.DataQualityKnowledgeBasesGetResponse : System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.Knowledgebase> * Microsoft.MasterDataServices.OperationResult -> Microsoft.MasterDataServices.DataQualityKnowledgeBasesGetResponse
Public Sub New (KnowledgeBases As Collection(Of Knowledgebase), OperationResult As OperationResult)
Parameters
- KnowledgeBases
- Collection<Knowledgebase>
The collection of Knowledgebase objects.
- OperationResult
- OperationResult
The result of an operation.