次の方法で共有


StagingBatchInformation.LastRunEndDate プロパティ

ステージング バッチが前回完了した日付と時刻を取得または設定します。

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