다음을 통해 공유


StagingUnbatchedCriteria.SourceSystemId 속성

Gets or sets the source system identifier associated with the unbatched records that will be placed into a new batch.

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

구문

‘선언
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property SourceSystemId As Identifier 
    Get 
    Set
‘사용 방법
Dim instance As StagingUnbatchedCriteria 
Dim value As Identifier 

value = instance.SourceSystemId

instance.SourceSystemId = value
[DataMemberAttribute(EmitDefaultValue = false)]
public Identifier SourceSystemId { get; set; }
[DataMemberAttribute(EmitDefaultValue = false)]
public:
property Identifier^ SourceSystemId {
    Identifier^ get ();
    void set (Identifier^ value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member SourceSystemId : Identifier with get, set
function get SourceSystemId () : Identifier 
function set SourceSystemId (value : Identifier)

속성 값

유형: Microsoft.MasterDataServices.Services.DataContracts.Identifier
The source system identifier associated with the unbatched records.

참고 항목

참조

StagingUnbatchedCriteria 클래스

Microsoft.MasterDataServices.Services.DataContracts 네임스페이스