다음을 통해 공유


StagingBatchInformation.BatchId 속성

Gets or sets the identifier of the staging batch.

네임스페이스:  Microsoft.MasterDataServices
어셈블리:  Microsoft.MasterDataServices(Microsoft.MasterDataServices.dll)

구문

‘선언
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property BatchId As Identifier
    Get
    Set
‘사용 방법
Dim instance As StagingBatchInformation
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.Identifier
A new instance of type Identifier.

참고 항목

참조

StagingBatchInformation 클래스

Microsoft.MasterDataServices 네임스페이스