Поделиться через


Свойство DataQualityInstalledStateResponse.IsInstalled

Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.

Gets or sets a value that indicates whether the message response is installed.

Пространство имен:  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 if the message response is installed; otherwise, false.

См. также

Справочник

DataQualityInstalledStateResponse Класс

Пространство имен Microsoft.MasterDataServices.Services.MessageContracts