Constructeur DataQualityInstalledStateResponse (Boolean, OperationResult)
Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.
Initializes a new instance of the DataQualityInstalledStateResponse class.
Espace de noms : Microsoft.MasterDataServices
Assembly : Microsoft.MasterDataServices (en Microsoft.MasterDataServices.dll)
Syntaxe
'Déclaration
Public Sub New ( _
IsInstalled As Boolean, _
OperationResult As OperationResult _
)
'Utilisation
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
)
Paramètres
- IsInstalled
Type : System.Boolean
true to indicate that the service state is installed; otherwise, false.
- OperationResult
Type : Microsoft.MasterDataServices.OperationResult
The result of an operation.
Voir aussi
Référence
DataQualityInstalledStateResponse Classe