次の方法で共有


DataQualityStoreInputDataRequest.OperationId プロパティ

この API は、SQL Server 2012 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。

操作の識別子を取得または設定します。

名前空間:  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
操作の識別子です。

関連項目

参照

DataQualityStoreInputDataRequest クラス

Microsoft.MasterDataServices.Services.MessageContracts 名前空間