Partager via


Propriété StagingBatchInformation.LastRunStartDate

Gets or sets the last date and time when the staging batch was started.

Espace de noms :  Microsoft.MasterDataServices
Assembly :  Microsoft.MasterDataServices (en Microsoft.MasterDataServices.dll)

Syntaxe

'Déclaration
<DataMemberAttribute> _
Public Property LastRunStartDate As DateTime
    Get
    Set
'Utilisation
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)

Valeur de propriété

Type : System.DateTime
The date and time.

Voir aussi

Référence

StagingBatchInformation Classe

Espace de noms Microsoft.MasterDataServices