Compartir a través de


EntityStagingBatch.BatchId 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 the staging batch identifier.

Espacio de nombres:  Microsoft.MasterDataServices.Services.DataContracts
Ensamblado:  Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.dll)

Sintaxis

'Declaración
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property BatchId As Nullable(Of Integer)
    Get 
    Set
'Uso
Dim instance As EntityStagingBatch 
Dim value As Nullable(Of Integer)

value = instance.BatchId

instance.BatchId = value
[DataMemberAttribute(EmitDefaultValue = false)]
public Nullable<int> BatchId { get; set; }
[DataMemberAttribute(EmitDefaultValue = false)]
public:
property Nullable<int> BatchId {
    Nullable<int> get ();
    void set (Nullable<int> value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member BatchId : Nullable<int> with get, set
function get BatchId () : Nullable<int>
function set BatchId (value : Nullable<int>)

Valor de la propiedad

Tipo: System.Nullable<Int32>
The staging batch identifier.

Vea también

Referencia

EntityStagingBatch Clase

Espacio de nombres Microsoft.MasterDataServices.Services.DataContracts