다음을 통해 공유


DataQualityOperationStatusRequest.OperationId 속성

이 API는 SQL Server 2012 인프라를 지원하기 위한 것으로 코드에서 직접 사용할 수 없습니다.

Gets or sets the operation identifier.

네임스페이스:  Microsoft.MasterDataServices.Services.MessageContracts
어셈블리:  Microsoft.MasterDataServices.Services.Contracts(Microsoft.MasterDataServices.Services.Contracts.dll)

구문

‘선언
<MessageBodyMemberAttribute> _
Public Property OperationId As Guid 
    Get 
    Set
‘사용 방법
Dim instance As DataQualityOperationStatusRequest 
Dim value As Guid 

value = instance.OperationId

instance.OperationId = value
[MessageBodyMemberAttribute]
public Guid OperationId { get; set; }
[MessageBodyMemberAttribute]
public:
property Guid OperationId {
    Guid get ();
    void set (Guid value);
}
[<MessageBodyMemberAttribute>]
member OperationId : Guid with get, set
function get OperationId () : Guid 
function set OperationId (value : Guid)

속성 값

유형: System.Guid
The operation identifier.

참고 항목

참조

DataQualityOperationStatusRequest 클래스

Microsoft.MasterDataServices.Services.MessageContracts 네임스페이스