次の方法で共有


LastRunEndDate プロパティ

ステージング バッチの最新の完了日時 (DateTime) を表す値を取得または設定します。

名前空間:  Microsoft.MasterDataServices.Services.DataContracts
アセンブリ:  Microsoft.MasterDataServices.Services (Microsoft.MasterDataServices.Services.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
DateTime。