Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.
Gets or sets a value that indicates whether the message response is installed.
Namespace: Microsoft.MasterDataServices.Services.MessageContracts
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
Syntax
'Declaration
<MessageBodyMemberAttribute> _
Public Property IsInstalled As Boolean
Get
Set
'Usage
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)
Eigenschaftswert
Typ: System.Boolean
true if the message response is installed; otherwise, false.
Siehe auch
Verweis
DataQualityInstalledStateResponse Klasse
Microsoft.MasterDataServices.Services.MessageContracts-Namespace