StagingBatchInformation.LastRunEndDate 属性

Gets or sets the last completed DateTime for the staging batch.

命名空间:  Microsoft.MasterDataServices.Services.DataContracts
程序集:  Microsoft.MasterDataServices.Services.Contracts(在 Microsoft.MasterDataServices.Services.Contracts.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
The last completed DateTime for the staging batch.

请参阅

参考

StagingBatchInformation 类

Microsoft.MasterDataServices.Services.DataContracts 命名空间