Partager via


Propriété DataQualityInstalledStateResponse.IsInstalled

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

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

Espace de noms :  Microsoft.MasterDataServices.Services.MessageContracts
Assembly :  Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.dll)

Syntaxe

'Déclaration
<MessageBodyMemberAttribute> _
Public Property IsInstalled As Boolean 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

Type : System.Boolean
true if the message response is installed; otherwise, false.

Voir aussi

Référence

DataQualityInstalledStateResponse Classe

Espace de noms Microsoft.MasterDataServices.Services.MessageContracts