Compartilhar via


Construtor DataQualityInstalledStateResponse (Boolean, OperationResult)

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Initializes a new instance of the DataQualityInstalledStateResponse class.

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

Sintaxe

'Declaração
Public Sub New ( _
    IsInstalled As Boolean, _
    OperationResult As OperationResult _
)
'Uso
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
)

Parâmetros

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

Consulte também

Referência

DataQualityInstalledStateResponse Classe

Sobrecarregado DataQualityInstalledStateResponse

Namespace Microsoft.MasterDataServices