Freigeben über


DataQualityInstalledStateResponse-Konstruktor (Boolean, OperationResult)

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

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
)

Parameter

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

Siehe auch

Verweis

DataQualityInstalledStateResponse Klasse

DataQualityInstalledStateResponse-Überladung

Microsoft.MasterDataServices-Namespace