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.