ValidationGetResponse.IsRunning 필드
Notifies the user that, if true, validation is running for these particular criteria.
네임스페이스: Microsoft.MasterDataServices
어셈블리: Microsoft.MasterDataServices(Microsoft.MasterDataServices.dll)
구문
‘선언
<MessageBodyMemberAttribute(Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09", _
Order := )> _
Public IsRunning As Boolean
‘사용 방법
Dim instance As ValidationGetResponse
Dim value As Boolean
value = instance.IsRunning
instance.IsRunning = value
[MessageBodyMemberAttribute(Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",
Order = )]
public bool IsRunning
[MessageBodyMemberAttribute(Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",
Order = )]
public:
bool IsRunning
[<MessageBodyMemberAttribute(Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",
Order = )>]
val mutable IsRunning: bool
public var IsRunning : boolean