次の方法で共有


StagingBatches プロパティ

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

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

構文

'宣言
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property StagingBatches As Collection(Of Identifier)
    Get
    Set
'使用
Dim instance As StagingSearchCriteria
Dim value As Collection(Of Identifier)

value = instance.StagingBatches

instance.StagingBatches = value
[DataMemberAttribute(EmitDefaultValue = false)]
public Collection<Identifier> StagingBatches { get; set; }
[DataMemberAttribute(EmitDefaultValue = false)]
public:
property Collection<Identifier^>^ StagingBatches {
    Collection<Identifier^>^ get ();
    void set (Collection<Identifier^>^ value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member StagingBatches : Collection<Identifier> with get, set
function get StagingBatches () : Collection<Identifier>
function set StagingBatches (value : Collection<Identifier>)

プロパティ値

型: System.Collections.ObjectModel. . :: . .Collection< (Of < ( <'Identifier> ) > ) >
Identifier 型のコレクション。