Operation.EndTime プロパティ

定義

操作の終了時刻を取得します。

public:
 property Nullable<DateTimeOffset> EndTime { Nullable<DateTimeOffset> get(); };
[Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcProperty(Data=true)]
[System.ComponentModel.Category("General")]
[System.ComponentModel.DisplayName("End Time")]
[System.ComponentModel.ReadOnly(true)]
public DateTimeOffset? EndTime { get; }
[<Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcProperty(Data=true)>]
[<System.ComponentModel.Category("General")>]
[<System.ComponentModel.DisplayName("End Time")>]
[<System.ComponentModel.ReadOnly(true)>]
member this.EndTime : Nullable<DateTimeOffset>
Public ReadOnly Property EndTime As Nullable(Of DateTimeOffset)

プロパティ値

操作の終了時刻。

属性

適用対象