DataQualityKnowledgeBasesGetResponse Class

Definition

Represents the response resulting from a DQS operation.

public ref class DataQualityKnowledgeBasesGetResponse
[System.CodeDom.Compiler.GeneratedCode("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.Diagnostics.DebuggerStepThrough]
[System.ServiceModel.MessageContract(IsWrapped=true, WrapperName="DataQualityKnowledgeBasesGetResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class DataQualityKnowledgeBasesGetResponse
[<System.CodeDom.Compiler.GeneratedCode("System.ServiceModel", "4.0.0.0")>]
[<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)>]
[<System.Diagnostics.DebuggerStepThrough>]
[<System.ServiceModel.MessageContract(IsWrapped=true, WrapperName="DataQualityKnowledgeBasesGetResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type DataQualityKnowledgeBasesGetResponse = class
Public Class DataQualityKnowledgeBasesGetResponse
Inheritance
DataQualityKnowledgeBasesGetResponse
Attributes

Constructors

DataQualityKnowledgeBasesGetResponse()

Initializes new instance of the DataQualityKnowledgeBasesGetResponse class.

DataQualityKnowledgeBasesGetResponse(Collection<Knowledgebase>, OperationResult)

Initializes new instance of the DataQualityKnowledgeBasesGetResponse class with specified properties.

Fields

KnowledgeBases

Specifies the collection of Knowledgebase objects.

OperationResult

Specifies the result of an operation.

Applies to