Condividi tramite


Costruttore DataQualityInstalledStateResponse (Boolean, OperationResult)

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Initializes a new instance of the DataQualityInstalledStateResponse class.

Spazio dei nomi  Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)

Sintassi

'Dichiarazione
Public Sub New ( _
    IsInstalled As Boolean, _
    OperationResult As OperationResult _
)
'Utilizzo
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
)

Parametri

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

Vedere anche

Riferimento

DataQualityInstalledStateResponse Classe

Overload DataQualityInstalledStateResponse

Spazio dei nomi Microsoft.MasterDataServices