StagingBatchInformation.LastRunEndDate 속성
Gets or sets the last date and time when the staging batch was run.
네임스페이스: Microsoft.MasterDataServices
어셈블리: Microsoft.MasterDataServices(Microsoft.MasterDataServices.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 date and time.