Udostępnij przez


Właściwość StagingBatchInformation.LastRunStartDate

Pobiera lub ustawia wartość wskazującą ostatniego uruchomienia DateTime dla partia tymczasowa.

Przestrzeń nazw:  Microsoft.MasterDataServices.Services.DataContracts
Zestaw:  Microsoft.MasterDataServices.Services (w Microsoft.MasterDataServices.Services.dll)

Składnia

'Deklaracja
<DataMemberAttribute> _
Public Property LastRunStartDate As DateTime
    Get
    Set
'Użycie
Dim instance As StagingBatchInformation
Dim value As DateTime

value = instance.LastRunStartDate

instance.LastRunStartDate = value
[DataMemberAttribute]
public DateTime LastRunStartDate { get; set; }
[DataMemberAttribute]
public:
property DateTime LastRunStartDate {
    DateTime get ();
    void set (DateTime value);
}
[<DataMemberAttribute>]
member LastRunStartDate : DateTime with get, set
function get LastRunStartDate () : DateTime
function set LastRunStartDate (value : DateTime)

Wartość właściwości

Typ: System.DateTime
DateTime.