Compartir a través de


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 whether “cleared batches” also be returned in the results.

Espacio de nombres:  Microsoft.MasterDataServices
Ensamblado:  Microsoft.MasterDataServices (en Microsoft.MasterDataServices.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 “cleared batches” also be returned in the results; otherwise, false.

Vea también

Referencia

EntityStagingGetCriteria Clase

Espacio de nombres Microsoft.MasterDataServices