StagingBatchInformation.LastRunEndDate Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the last completed DateTime for the staging batch.

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

Syntax

[DataMemberAttribute]
public DateTime LastRunEndDate { get; set; }
public:
[DataMemberAttribute]
property DateTime LastRunEndDate {
    DateTime get();
    void set(DateTime value);
}
[<DataMemberAttribute>]
member LastRunEndDate : DateTime with get, set
<DataMemberAttribute>
Public Property LastRunEndDate As Date

Property Value

Type: System.DateTime

The last completed DateTime for the staging batch.

See Also

StagingBatchInformation Class
Microsoft.MasterDataServices.Services.DataContracts Namespace

Return to top