Sdílet prostřednictvím


DataQualityInstalledStateResponse Constructor (Boolean, OperationResult)

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Initializes a new instance of the DataQualityInstalledStateResponse class.

Namespace:  Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)

Syntax

'Declaration
Public Sub New ( _
    IsInstalled As Boolean, _
    OperationResult As OperationResult _
)
'Usage
Dim IsInstalled As Boolean
Dim OperationResult As OperationResult

Dim instance As New DataQualityInstalledStateResponse(IsInstalled, _
    OperationResult)
public DataQualityInstalledStateResponse(
    bool IsInstalled,
    OperationResult OperationResult
)
public:
DataQualityInstalledStateResponse(
    bool IsInstalled, 
    OperationResult^ OperationResult
)
new : 
        IsInstalled:bool * 
        OperationResult:OperationResult -> DataQualityInstalledStateResponse
public function DataQualityInstalledStateResponse(
    IsInstalled : boolean, 
    OperationResult : OperationResult
)

Parameters

  • IsInstalled
    Type: System.Boolean
    true to indicate that the service state is installed; otherwise, false.

See Also

Reference

DataQualityInstalledStateResponse Class

DataQualityInstalledStateResponse Overload

Microsoft.MasterDataServices Namespace