Condividi tramite


Proprietà DataQualityInstalledStateResponse.IsInstalled

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

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

Spazio dei nomi  Microsoft.MasterDataServices.Services.MessageContracts
Assembly:  Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)

Sintassi

'Dichiarazione
<MessageBodyMemberAttribute> _
Public Property IsInstalled As Boolean 
    Get 
    Set
'Utilizzo
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)

Valore proprietà

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

Vedere anche

Riferimento

DataQualityInstalledStateResponse Classe

Spazio dei nomi Microsoft.MasterDataServices.Services.MessageContracts