DataQualityInstalledStateResponse Constructors

Definition

Initializes a new instance of the DataQualityInstalledStateResponse class.

Overloads

DataQualityInstalledStateResponse()

Initializes a new instance of the DataQualityInstalledStateResponse class.

DataQualityInstalledStateResponse(Boolean, OperationResult)

Initializes a new instance of the DataQualityInstalledStateResponse class.

DataQualityInstalledStateResponse()

Initializes a new instance of the DataQualityInstalledStateResponse class.

public:
 DataQualityInstalledStateResponse();
public DataQualityInstalledStateResponse ();
Public Sub New ()

Applies to

DataQualityInstalledStateResponse(Boolean, OperationResult)

Initializes a new instance of the DataQualityInstalledStateResponse class.

public:
 DataQualityInstalledStateResponse(bool IsInstalled, Microsoft::MasterDataServices::OperationResult ^ OperationResult);
public DataQualityInstalledStateResponse (bool IsInstalled, Microsoft.MasterDataServices.OperationResult OperationResult);
new Microsoft.MasterDataServices.DataQualityInstalledStateResponse : bool * Microsoft.MasterDataServices.OperationResult -> Microsoft.MasterDataServices.DataQualityInstalledStateResponse
Public Sub New (IsInstalled As Boolean, OperationResult As OperationResult)

Parameters

IsInstalled
Boolean

true to indicate that the service state is installed; otherwise, false.

OperationResult
OperationResult

The result of an operation.

Applies to