StagingBatchInformation.LastRunEndDate Propiedad
Gets or sets the last completed DateTime for the staging batch.
Espacio de nombres: Microsoft.MasterDataServices.Services.DataContracts
Ensamblado: Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.dll)
Sintaxis
'Declaración
<DataMemberAttribute> _
Public Property LastRunEndDate As DateTime
Get
Set
'Uso
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)
Valor de la propiedad
Tipo: System.DateTime
The last completed DateTime for the staging batch.
Vea también
Referencia
Espacio de nombres Microsoft.MasterDataServices.Services.DataContracts