Compartilhar via


Campo DataQualityInstalledStateResponse.IsInstalled

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Specifies a value that indicates whether the service state is installed.

Namespace:  Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (em Microsoft.MasterDataServices.dll)

Sintaxe

'Declaração
<MessageBodyMemberAttribute(Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",  _
    Order := )> _
Public IsInstalled As Boolean
'Uso
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

Consulte também

Referência

DataQualityInstalledStateResponse Classe

Namespace Microsoft.MasterDataServices