次の方法で共有


EntityStagingGetResponse.Batches プロパティ

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

返されるエンティティ ステージング バッチの一覧を取得または設定します。

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

構文

'宣言
<MessageBodyMemberAttribute> _
Public Property Batches As Collection(Of EntityStagingBatch)
    Get 
    Set
'使用
Dim instance As EntityStagingGetResponse 
Dim value As Collection(Of EntityStagingBatch)

value = instance.Batches

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

プロパティ値

型: System.Collections.ObjectModel.Collection<EntityStagingBatch>
返されるエンティティ ステージング バッチの一覧。

関連項目

参照

EntityStagingGetResponse クラス

Microsoft.MasterDataServices.Services.MessageContracts 名前空間