EntityStagingGetCriteria.IncludeClearedBatches 속성
이 API는 SQL Server 2012 인프라를 지원하기 위한 것으로 코드에서 직접 사용할 수 없습니다.
Gets or sets a value that indicates whether the “cleared batches” also be returned in the results.
네임스페이스: Microsoft.MasterDataServices.Services.DataContracts
어셈블리: Microsoft.MasterDataServices.Services.Contracts(Microsoft.MasterDataServices.Services.Contracts.dll)
구문
‘선언
<DataMemberAttribute> _
Public Property IncludeClearedBatches As Boolean
Get
Set
‘사용 방법
Dim instance As EntityStagingGetCriteria
Dim value As Boolean
value = instance.IncludeClearedBatches
instance.IncludeClearedBatches = value
[DataMemberAttribute]
public bool IncludeClearedBatches { get; set; }
[DataMemberAttribute]
public:
property bool IncludeClearedBatches {
bool get ();
void set (bool value);
}
[<DataMemberAttribute>]
member IncludeClearedBatches : bool with get, set
function get IncludeClearedBatches () : boolean
function set IncludeClearedBatches (value : boolean)
속성 값
유형: System.Boolean
True if the “cleared batches” also be returned in the results; otherwise, false.