EntityStagingLoadRequest 생성자 (International, String, EntityStagingImportType, Collection<EntityMembers>, Boolean)
이 API는 SQL Server 2012 인프라를 지원하기 위한 것으로 코드에서 직접 사용할 수 없습니다.
Initializes a new instance of the EntityStagingLoadRequest class.
네임스페이스: Microsoft.MasterDataServices
어셈블리: Microsoft.MasterDataServices(Microsoft.MasterDataServices.dll)
구문
‘선언
Public Sub New ( _
International As International, _
BatchTag As String, _
ImportType As EntityStagingImportType, _
ModelMembers As Collection(Of EntityMembers), _
QueueForProcessing As Boolean _
)
‘사용 방법
Dim International As International
Dim BatchTag As String
Dim ImportType As EntityStagingImportType
Dim ModelMembers As Collection(Of EntityMembers)
Dim QueueForProcessing As Boolean
Dim instance As New EntityStagingLoadRequest(International, _
BatchTag, ImportType, ModelMembers, _
QueueForProcessing)
public EntityStagingLoadRequest(
International International,
string BatchTag,
EntityStagingImportType ImportType,
Collection<EntityMembers> ModelMembers,
bool QueueForProcessing
)
public:
EntityStagingLoadRequest(
International^ International,
String^ BatchTag,
EntityStagingImportType ImportType,
Collection<EntityMembers^>^ ModelMembers,
bool QueueForProcessing
)
new :
International:International *
BatchTag:string *
ImportType:EntityStagingImportType *
ModelMembers:Collection<EntityMembers> *
QueueForProcessing:bool -> EntityStagingLoadRequest
public function EntityStagingLoadRequest(
International : International,
BatchTag : String,
ImportType : EntityStagingImportType,
ModelMembers : Collection<EntityMembers>,
QueueForProcessing : boolean
)
매개 변수
- International
유형: Microsoft.MasterDataServices.International
The cultural setting.
- BatchTag
유형: System.String
The batch tag to identify the staging batch.
- ImportType
유형: Microsoft.MasterDataServices.EntityStagingImportType
The import type being staged.
- ModelMembers
유형: System.Collections.ObjectModel.Collection<EntityMembers>
The model members to load.
- QueueForProcessing
유형: System.Boolean
True to set status to queued to run; otherwise, false.