Note
Kailangan ng pahintulot para ma-access ang page na ito. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Gets or sets the operation identifier.
Namespace: Microsoft.MasterDataServices.Services.MessageContracts
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
Syntax
'Declaration
<MessageBodyMemberAttribute> _
Public Property OperationId As Guid
Get
Set
'Usage
Dim instance As DataQualityOperationCreateResponse
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)
Property Value
Type: System.Guid
The operation identifier.
See Also
Reference
DataQualityOperationCreateResponse Class
Microsoft.MasterDataServices.Services.MessageContracts Namespace