DataQualityOperationPurgeOperationRequest.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 DataQualityOperationPurgeOperationRequest 
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.

请参阅

参考

DataQualityOperationPurgeOperationRequest 类

Microsoft.MasterDataServices.Services.MessageContracts 命名空间