Partager via


Constructeur EntityStagingLoadRequest (International, String, EntityStagingImportType, Collection<EntityMembers>, Boolean)

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Initializes a new instance of the EntityStagingLoadRequest class.

Espace de noms :  Microsoft.MasterDataServices
Assembly :  Microsoft.MasterDataServices (en Microsoft.MasterDataServices.dll)

Syntaxe

'Déclaration
Public Sub New ( _
    International As International, _
    BatchTag As String, _
    ImportType As EntityStagingImportType, _
    ModelMembers As Collection(Of EntityMembers), _
    QueueForProcessing As Boolean _
)
'Utilisation
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
)

Paramètres

  • BatchTag
    Type : System.String
    The batch tag to identify the staging batch.
  • QueueForProcessing
    Type : System.Boolean
    True to set status to queued to run; otherwise, false.

Voir aussi

Référence

EntityStagingLoadRequest Classe

Surcharge EntityStagingLoadRequest

Espace de noms Microsoft.MasterDataServices