LastRunStartDate 属性
Gets or sets the last date and time when the staging batch was started.
命名空间: Microsoft.MasterDataServices
程序集: Microsoft.MasterDataServices(在 Microsoft.MasterDataServices.dll 中)
语法
声明
<DataMemberAttribute> _
Public Property LastRunStartDate As DateTime
Get
Set
用法
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)
属性值
类型:System. . :: . .DateTime
The date and time.