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

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

適用対象