EntityStagingBatch.BatchId Property

 

Applies To: SQL Server 2016 Preview

This API supports the product infrastructure and is not intended to be used directly from your code.

Gets or sets an ID that uniquely identifies the batch.

Namespace:   Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)

Syntax

[DataMemberAttribute(EmitDefaultValue = false)]
public Nullable<int> BatchId { get; set; }
public:
[DataMemberAttribute(EmitDefaultValue = false)]
property Nullable<int> BatchId {
    Nullable<int> get();
    void set(Nullable<int> value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member BatchId : Nullable<int> with get, set
<DataMemberAttribute(EmitDefaultValue := False)>
Public Property BatchId As Nullable(Of Integer)

Property Value

Type: System.Nullable<Int32>

A new instance of type Identifier.

See Also

EntityStagingBatch Class
Microsoft.MasterDataServices Namespace

Return to top