次の方法で共有


DataQualityInstalledStateResponse.IsInstalled プロパティ

この API は、SQL Server 2012 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。

メッセージ応答がインストールされているかどうかを示す値を取得または設定します。

名前空間:  Microsoft.MasterDataServices.Services.MessageContracts
アセンブリ:  Microsoft.MasterDataServices.Services.Contracts (Microsoft.MasterDataServices.Services.Contracts.dll)

構文

'宣言
<MessageBodyMemberAttribute> _
Public Property IsInstalled As Boolean 
    Get 
    Set
'使用
Dim instance As DataQualityInstalledStateResponse 
Dim value As Boolean 

value = instance.IsInstalled

instance.IsInstalled = value
[MessageBodyMemberAttribute]
public bool IsInstalled { get; set; }
[MessageBodyMemberAttribute]
public:
property bool IsInstalled {
    bool get ();
    void set (bool value);
}
[<MessageBodyMemberAttribute>]
member IsInstalled : bool with get, set
function get IsInstalled () : boolean 
function set IsInstalled (value : boolean)

プロパティ値

型: System.Boolean
メッセージ応答がインストールされている場合は true、それ以外の場合は false です。

関連項目

参照

DataQualityInstalledStateResponse クラス

Microsoft.MasterDataServices.Services.MessageContracts 名前空間