StagingBatchInformation.SourceId Property

 

Applies To: SQL Server 2016 Preview

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

Namespace:   Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)

Syntax

[DataMemberAttribute(EmitDefaultValue = false)]
public Identifier SourceId { get; set; }
public:
[DataMemberAttribute(EmitDefaultValue = false)]
property Identifier^ SourceId {
    Identifier^ get();
    void set(Identifier^ value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member SourceId : Identifier with get, set
<DataMemberAttribute(EmitDefaultValue := False)>
Public Property SourceId As Identifier

Property Value

Type: Microsoft.MasterDataServices.Identifier

A new instance of type Identifier.

See Also

StagingBatchInformation Class
Microsoft.MasterDataServices Namespace

Return to top