この API は、SQL Server 2012 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。
DataQualityInstalledStateResponse クラスの新しいインスタンスを初期化します。
名前空間: Microsoft.MasterDataServices
アセンブリ: Microsoft.MasterDataServices (Microsoft.MasterDataServices.dll)
構文
'宣言
Public Sub New ( _
IsInstalled As Boolean, _
OperationResult As OperationResult _
)
'使用
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
)
パラメーター
- IsInstalled
型: System.Boolean
サービスの状態がインストールされていることを示す場合は true、それ以外の場合は false です。
- OperationResult
型: Microsoft.MasterDataServices.OperationResult
操作の結果です。
関連項目
参照
DataQualityInstalledStateResponse クラス