EntityStagingGetCriteria.IncludeClearedBatches Propiedad
Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.
Gets or sets a value that indicates whether the “cleared batches” also be returned in the results.
Espacio de nombres: Microsoft.MasterDataServices.Services.DataContracts
Ensamblado: Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.dll)
Sintaxis
'Declaración
<DataMemberAttribute> _
Public Property IncludeClearedBatches As Boolean
Get
Set
'Uso
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)
Valor de la propiedad
Tipo: System.Boolean
True if the “cleared batches” also be returned in the results; otherwise, false.
Vea también
Referencia
EntityStagingGetCriteria Clase
Espacio de nombres Microsoft.MasterDataServices.Services.DataContracts