StagingClearRequest 构造函数 (International, Collection(Identifier))
Initializes a new instance of the StagingClearRequest class that has the specified cultural settings and array of batches.
命名空间: Microsoft.MasterDataServices
程序集: Microsoft.MasterDataServices(在 Microsoft.MasterDataServices.dll 中)
语法
声明
Public Sub New ( _
International As International, _
Batches As Collection(Of Identifier) _
)
用法
Dim International As International
Dim Batches As Collection(Of Identifier)
Dim instance As New StagingClearRequest(International, _
Batches)
public StagingClearRequest(
International International,
Collection<Identifier> Batches
)
public:
StagingClearRequest(
International^ International,
Collection<Identifier^>^ Batches
)
new :
International:International *
Batches:Collection<Identifier> -> StagingClearRequest
public function StagingClearRequest(
International : International,
Batches : Collection<Identifier>
)
参数
- International
类型:Microsoft.MasterDataServices. . :: . .International
The cultural settings.
- Batches
类型:System.Collections.ObjectModel. . :: . .Collection< (Of < ( <'Identifier> ) > ) >
An array of batches.