Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.
Initializes a new instance of the EntityStagingLoadRequest class.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Syntax
'Declaration
Public Sub New ( _
International As International, _
BatchTag As String, _
ImportType As EntityStagingImportType, _
ModelMembers As Collection(Of EntityMembers), _
QueueForProcessing As Boolean _
)
'Usage
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
)
Parameter
- International
Typ: Microsoft.MasterDataServices.International
The cultural setting.
- BatchTag
Typ: System.String
The batch tag to identify the staging batch.
- ImportType
Typ: Microsoft.MasterDataServices.EntityStagingImportType
The import type being staged.
- ModelMembers
Typ: System.Collections.ObjectModel.Collection<EntityMembers>
The model members to load.
- QueueForProcessing
Typ: System.Boolean
True to set status to queued to run; otherwise, false.
Siehe auch
Verweis
EntityStagingLoadRequest Klasse