EntityStagingLoadRequest クラス

定義

エンティティのステージングロードメンバーのリクエストメッセージコントラクトを表します。

public ref class EntityStagingLoadRequest
[System.CodeDom.Compiler.GeneratedCode("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.Diagnostics.DebuggerStepThrough]
[System.ServiceModel.MessageContract(IsWrapped=true, WrapperName="EntityStagingLoadRequest", WrapperNamespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class EntityStagingLoadRequest
[<System.CodeDom.Compiler.GeneratedCode("System.ServiceModel", "4.0.0.0")>]
[<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)>]
[<System.Diagnostics.DebuggerStepThrough>]
[<System.ServiceModel.MessageContract(IsWrapped=true, WrapperName="EntityStagingLoadRequest", WrapperNamespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type EntityStagingLoadRequest = class
Public Class EntityStagingLoadRequest
継承
EntityStagingLoadRequest
属性

コンストラクター

名前 説明
EntityStagingLoadRequest()

EntityStagingLoadRequest クラスの新しいインスタンスを初期化します。

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

EntityStagingLoadRequest クラスの新しいインスタンスを初期化します。

フィールド

名前 説明
BatchTag

ステージングバッチを識別するためのバッチタグを指定します。

ImportType

ステージングされるインポートタイプを指定します。

International

文化的背景を指定します。

ModelMembers

ロードするモデルメンバーを指定します。

QueueForProcessing

このロード中に作成されたステージングバッチを処理待ちに設定すべきかどうかを示します。

適用対象