次の方法で共有


StagingBatchInformation.LastRunStartDate プロパティ

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

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