DataQualityInstalledStateResponse.IsInstalled 속성
이 API는 SQL Server 2012 인프라를 지원하기 위한 것으로 코드에서 직접 사용할 수 없습니다.
Gets or sets a value that indicates whether the message response is installed.
네임스페이스: Microsoft.MasterDataServices.Services.MessageContracts
어셈블리: Microsoft.MasterDataServices.Services.Contracts(Microsoft.MasterDataServices.Services.Contracts.dll)
구문
‘선언
<MessageBodyMemberAttribute> _
Public Property IsInstalled As Boolean
Get
Set
‘사용 방법
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)
속성 값
유형: System.Boolean
true if the message response is installed; otherwise, false.
참고 항목
참조
DataQualityInstalledStateResponse 클래스
Microsoft.MasterDataServices.Services.MessageContracts 네임스페이스