DataQualityInstalledStateResponse クラス

定義

DQSインストール状態要求の応答を表します。

public ref class DataQualityInstalledStateResponse
[System.CodeDom.Compiler.GeneratedCode("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.Diagnostics.DebuggerStepThrough]
[System.ServiceModel.MessageContract(IsWrapped=true, WrapperName="DataQualityInstalledStateResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class DataQualityInstalledStateResponse
[<System.CodeDom.Compiler.GeneratedCode("System.ServiceModel", "4.0.0.0")>]
[<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)>]
[<System.Diagnostics.DebuggerStepThrough>]
[<System.ServiceModel.MessageContract(IsWrapped=true, WrapperName="DataQualityInstalledStateResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type DataQualityInstalledStateResponse = class
Public Class DataQualityInstalledStateResponse
継承
DataQualityInstalledStateResponse
属性

コンストラクター

名前 説明
DataQualityInstalledStateResponse()

DataQualityInstalledStateResponse クラスの新しいインスタンスを初期化します。

DataQualityInstalledStateResponse(Boolean, OperationResult)

DataQualityInstalledStateResponse クラスの新しいインスタンスを初期化します。

フィールド

名前 説明
IsInstalled

サービス状態がインストールされているかどうかを示す値を指定します。

OperationResult

操作の結果を指定します。

適用対象