EntityStagingBatchCriteria.BatchSelectionMode 속성
이 API는 SQL Server 2012 인프라를 지원하기 위한 것으로 코드에서 직접 사용할 수 없습니다.
Gets or sets a selection of entity staging batch.
네임스페이스: 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
A selection of entity staging batch.