次の方法で共有


DataQualityInstalledStateResponse.IsInstalled フィールド

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

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

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

構文

'宣言
<MessageBodyMemberAttribute(Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",  _
    Order := )> _
Public IsInstalled As Boolean
'使用
Dim instance As DataQualityInstalledStateResponse
Dim value As Boolean

value = instance.IsInstalled

instance.IsInstalled = value
[MessageBodyMemberAttribute(Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09", 
    Order = )]
public bool IsInstalled
[MessageBodyMemberAttribute(Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09", 
    Order = )]
public:
bool IsInstalled
[<MessageBodyMemberAttribute(Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09", 
    Order = )>]
val mutable IsInstalled: bool
public var IsInstalled : boolean

関連項目

参照

DataQualityInstalledStateResponse クラス

Microsoft.MasterDataServices 名前空間