Partilhar via


Propriedade do RDL DataQualityOperationStartRequest.OperationId

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Gets or sets the operation identifier.

Namespace:  Microsoft.MasterDataServices.Services.MessageContracts
Assembly:  Microsoft.MasterDataServices.Services.Contracts (em Microsoft.MasterDataServices.Services.Contracts.dll)

Sintaxe

'Declaração
<MessageBodyMemberAttribute> _
Public Property OperationId As Guid 
    Get 
    Set
'Uso
Dim instance As DataQualityOperationStartRequest 
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)

Valor da propriedade

Tipo: System.Guid
The operation identifier.

Consulte também

Referência

DataQualityOperationStartRequest Classe

Namespace Microsoft.MasterDataServices.Services.MessageContracts