Partilhar via


Propriedade do RDL EntityStagingBatch.BatchId

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Gets or sets the staging batch identifier.

Namespace:  Microsoft.MasterDataServices.Services.DataContracts
Assembly:  Microsoft.MasterDataServices.Services.Contracts (em Microsoft.MasterDataServices.Services.Contracts.dll)

Sintaxe

'Declaração
<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 da propriedade

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

Consulte também

Referência

EntityStagingBatch Classe

Namespace Microsoft.MasterDataServices.Services.DataContracts