共用方式為


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
)

參數

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

請參閱

參考

EntityStagingLoadRequest 類別

EntityStagingLoadRequest 多載

Microsoft.MasterDataServices 命名空間