次の方法で共有


EntityStagingLoadRequest.BatchTag プロパティ

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

ステージング バッチを識別するバッチ タグを取得または設定します。

名前空間:  Microsoft.MasterDataServices.Services.MessageContracts
アセンブリ:  Microsoft.MasterDataServices.Services.Contracts (Microsoft.MasterDataServices.Services.Contracts.dll)

構文

'宣言
<MessageBodyMemberAttribute> _
Public Property BatchTag As String 
    Get 
    Set
'使用
Dim instance As EntityStagingLoadRequest 
Dim value As String 

value = instance.BatchTag

instance.BatchTag = value
[MessageBodyMemberAttribute]
public string BatchTag { get; set; }
[MessageBodyMemberAttribute]
public:
property String^ BatchTag {
    String^ get ();
    void set (String^ value);
}
[<MessageBodyMemberAttribute>]
member BatchTag : string with get, set
function get BatchTag () : String 
function set BatchTag (value : String)

プロパティ値

型: System.String
ステージング バッチを識別するバッチ タグ。

関連項目

参照

EntityStagingLoadRequest クラス

Microsoft.MasterDataServices.Services.MessageContracts 名前空間