Свойство EntityStagingBatch.BatchId
Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.
Gets or sets an ID that uniquely identifies the batch.
Пространство имен: Microsoft.MasterDataServices
Сборка: Microsoft.MasterDataServices (в Microsoft.MasterDataServices.dll)
Синтаксис
'Декларация
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property BatchId As Nullable(Of Integer)
Get
Set
'Применение
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>)
Значение свойства
Тип: System.Nullable<Int32>
A new instance of type Identifier.