다음을 통해 공유


EntityStagingGetCriteria.IncludeClearedBatches 속성

이 API는 SQL Server 2012 인프라를 지원하기 위한 것으로 코드에서 직접 사용할 수 없습니다.

Gets or sets whether “cleared batches” also be returned in the results.

네임스페이스:  Microsoft.MasterDataServices
어셈블리:  Microsoft.MasterDataServices(Microsoft.MasterDataServices.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 “cleared batches” also be returned in the results; otherwise, false.

참고 항목

참조

EntityStagingGetCriteria 클래스

Microsoft.MasterDataServices 네임스페이스