次の方法で共有


StagingGetResponse.Batches プロパティ

ステージング バッチの配列を取得または設定します。

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

構文

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

value = instance.Batches

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

プロパティ値

型: System.Collections.ObjectModel.Collection<StagingBatch>
StagingBatch 型のコレクション。

関連項目

参照

StagingGetResponse クラス

Microsoft.MasterDataServices.Services.MessageContracts 名前空間