StagingBatchInformation.LastRunEndDate プロパティ

ステージング バッチが実行された最新の日付と時刻を取得または設定します。

名前空間:  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
日時。

関連項目

参照

StagingBatchInformation クラス

Microsoft.MasterDataServices 名前空間