共用方式為


LastRunStartDate 屬性

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

命名空間:  Microsoft.MasterDataServices.Services.DataContracts
組件:  Microsoft.MasterDataServices.Services (在 Microsoft.MasterDataServices.Services.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
DateTime.