共用方式為


LastRunEndDate 屬性

Gets or sets a value indicating the most recent completion DateTime for the staging batch.

命名空間:  Microsoft.MasterDataServices.Services.DataContracts
組件:  Microsoft.MasterDataServices.Services (在 Microsoft.MasterDataServices.Services.dll 中)

語法

'宣告
<DataMemberAttribute> _
Public Property LastRunEndDate As DateTime
    Get
    Set
'用途
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)

屬性值

型別:System. . :: . .DateTime
DateTime.