EntityStagingBatch.BatchId Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies staging batch identifier.
public:
property Nullable<int> BatchId { Nullable<int> get(); void set(Nullable<int> value); };
[System.Runtime.Serialization.DataMember(EmitDefaultValue=false)]
public int? BatchId { get; set; }
[<System.Runtime.Serialization.DataMember(EmitDefaultValue=false)>]
member this.BatchId : Nullable<int> with get, set
Public Property BatchId As Nullable(Of Integer)
Property Value
The staging batch identifier.
- Attributes