次の方法で共有


EntityStagingImportType 列挙型

定義

ステージング (インポート) バッチのインポートの種類。

public enum class EntityStagingImportType
[System.Runtime.Serialization.DataContract(Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public enum EntityStagingImportType
[<System.Runtime.Serialization.DataContract(Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type EntityStagingImportType = 
Public Enum EntityStagingImportType
継承
EntityStagingImportType
属性

フィールド

Delete 3

削除

DeleteSetNull 5

削除して null に設定。

Insert 1

挿入。

MergeOptimistic 0

オプティミスティックのマージ。

MergeOverwrite 2

上書きのマージ。

Purge 4

パージ。

PurgeSetNull 6

パージして null に設定。

注釈

単純型は EntityStagingImportType 、ステージング (インポート) バッチのインポートの種類を指定します。

適用対象