Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
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)
Property Value
Type: System.Boolean
true if the message response is installed; otherwise, false.
See Also
Reference
DataQualityInstalledStateResponse Class
Microsoft.MasterDataServices.Services.MessageContracts Namespace