Condividi tramite


Proprietà DataQualityOperationResultsGetRequest.OperationId

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Gets or sets the operation identifier.

Spazio dei nomi  Microsoft.MasterDataServices.Services.MessageContracts
Assembly:  Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)

Sintassi

'Dichiarazione
<MessageBodyMemberAttribute> _
Public Property OperationId As Guid 
    Get 
    Set
'Utilizzo
Dim instance As DataQualityOperationResultsGetRequest 
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)

Valore proprietà

Tipo: System.Guid
The operation identifier.

Vedere anche

Riferimento

DataQualityOperationResultsGetRequest Classe

Spazio dei nomi Microsoft.MasterDataServices.Services.MessageContracts