Udostępnij przez


Właściwość StagingBatchInformation.LastRunEndDate

Pobiera lub ustawia wartość wskazującą zakończenia ostatniego 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 LastRunEndDate As DateTime
    Get
    Set
'Użycie
Dim instance As StagingBatchInformation
Dim value As DateTime

value = instance.LastRunEndDate

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

Wartość właściwości

Typ: System.DateTime
DateTime.