다음을 통해 공유


SourceId 속성

Gets or sets an optional identifier to associate the batch with a source system.

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

구문

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

value = instance.SourceId

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

속성 값

유형: Microsoft.MasterDataServices. . :: . .Identifier
A new instance of type Identifier.