Właściwość StagingBatchInformation.SourceId
Pobiera lub ustawia skojarzyć partia z opcjonalnym identyfikatorem źródło systemu.
Przestrzeń nazw: Microsoft.MasterDataServices.Services.DataContracts
Zestaw: Microsoft.MasterDataServices.Services (w Microsoft.MasterDataServices.Services.dll)
Składnia
'Deklaracja
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property SourceId As Identifier
Get
Set
'Użycie
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)
Wartość właściwości
Typ: Microsoft.MasterDataServices.Services.DataContracts.Identifier
Identyfikator.
Zobacz także