次の方法で共有


EntityStagingBatchCriteria.BatchSelectionMode プロパティ

この API は、SQL Server 2012 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。

エンティティ ステージング バッチの選択範囲を取得または設定します。

名前空間:  Microsoft.MasterDataServices.Services.DataContracts
アセンブリ:  Microsoft.MasterDataServices.Services.Contracts (Microsoft.MasterDataServices.Services.Contracts.dll)

構文

'宣言
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property BatchSelectionMode As EntityStagingBatchSelectionMode 
    Get 
    Set
'使用
Dim instance As EntityStagingBatchCriteria 
Dim value As EntityStagingBatchSelectionMode 

value = instance.BatchSelectionMode

instance.BatchSelectionMode = value
[DataMemberAttribute(EmitDefaultValue = false)]
public EntityStagingBatchSelectionMode BatchSelectionMode { get; set; }
[DataMemberAttribute(EmitDefaultValue = false)]
public:
property EntityStagingBatchSelectionMode BatchSelectionMode {
    EntityStagingBatchSelectionMode get ();
    void set (EntityStagingBatchSelectionMode value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member BatchSelectionMode : EntityStagingBatchSelectionMode with get, set
function get BatchSelectionMode () : EntityStagingBatchSelectionMode 
function set BatchSelectionMode (value : EntityStagingBatchSelectionMode)

プロパティ値

型: Microsoft.MasterDataServices.Services.DataContracts.EntityStagingBatchSelectionMode
エンティティ ステージング バッチの選択範囲。

関連項目

参照

EntityStagingBatchCriteria クラス

Microsoft.MasterDataServices.Services.DataContracts 名前空間