StagingBatchInformation.LastRunStartDate Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the last date and time when the staging batch was started.

Namespace:   Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (in Microsoft.MasterDataServices.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 date and time.

See Also

StagingBatchInformation Class
Microsoft.MasterDataServices Namespace

Return to top