StagingBatchInformation.LastRunStartDate Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the last start 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 LastRunStartDate { get; set; }
public:
[DataMemberAttribute]
property DateTime LastRunStartDate {
    DateTime get();
    void set(DateTime value);
}
[<DataMemberAttribute>]
member LastRunStartDate : DateTime with get, set
<DataMemberAttribute>
Public Property LastRunStartDate As Date

Property Value

Type: System.DateTime

The last start DateTime for the staging batch.

See Also

StagingBatchInformation Class
Microsoft.MasterDataServices.Services.DataContracts Namespace

Return to top