StagingBatch.BatchId 속성
Gets or sets the identifier of the batch.
네임스페이스: Microsoft.MasterDataServices.Services.DataContracts
어셈블리: Microsoft.MasterDataServices.Services.Contracts(Microsoft.MasterDataServices.Services.Contracts.dll)
구문
‘선언
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property BatchId As Identifier
Get
Set
‘사용 방법
Dim instance As StagingBatch
Dim value As Identifier
value = instance.BatchId
instance.BatchId = value
[DataMemberAttribute(EmitDefaultValue = false)]
public Identifier BatchId { get; set; }
[DataMemberAttribute(EmitDefaultValue = false)]
public:
property Identifier^ BatchId {
Identifier^ get ();
void set (Identifier^ value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member BatchId : Identifier with get, set
function get BatchId () : Identifier
function set BatchId (value : Identifier)
속성 값
유형: Microsoft.MasterDataServices.Services.DataContracts.Identifier
The identifier of the batch.