StagingBatchInformation.SourceId-Eigenschaft

Gets or sets the source identifier of the staging batch.

Namespace:  Microsoft.MasterDataServices.Services.DataContracts
Assembly:  Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)

Syntax

'Declaration
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property SourceId As Identifier 
    Get 
    Set
'Usage
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)

Eigenschaftswert

Typ: Microsoft.MasterDataServices.Services.DataContracts.Identifier
The source identifier of the staging batch.

Siehe auch

Verweis

StagingBatchInformation Klasse

Microsoft.MasterDataServices.Services.DataContracts-Namespace