Свойство DataQualityStoreInputDataRequest.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 DataQualityStoreInputDataRequest
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.
См. также
Справочник
DataQualityStoreInputDataRequest Класс
Пространство имен Microsoft.MasterDataServices.Services.MessageContracts