Propriedade do RDL DataQualityInstalledStateResponse.IsInstalled
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Gets or sets a value that indicates whether the message response is installed.
Namespace: Microsoft.MasterDataServices.Services.MessageContracts
Assembly: Microsoft.MasterDataServices.Services.Contracts (em Microsoft.MasterDataServices.Services.Contracts.dll)
Sintaxe
'Declaração
<MessageBodyMemberAttribute> _
Public Property IsInstalled As Boolean
Get
Set
'Uso
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)
Valor da propriedade
Tipo: System.Boolean
true if the message response is installed; otherwise, false.
Consulte também
Referência
DataQualityInstalledStateResponse Classe
Namespace Microsoft.MasterDataServices.Services.MessageContracts