Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Gets or sets the last date and time when the staging batch was started.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Syntax
'Declaration
<DataMemberAttribute> _
Public Property LastRunStartDate As DateTime
Get
Set
'Usage
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)
Property Value
Type: System.DateTime
The date and time.