StagingBatchInformation.LastRunStartDate プロパティ

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

名前空間:  Microsoft.MasterDataServices
アセンブリ:  Microsoft.MasterDataServices (Microsoft.MasterDataServices.dll)

構文

'宣言
<DataMemberAttribute> _
Public Property LastRunStartDate As DateTime
    Get
    Set
'使用
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)

プロパティ値

型: System.DateTime
日時。

関連項目

参照

StagingBatchInformation クラス

Microsoft.MasterDataServices 名前空間