Operation.StartTime 属性

定义

获取操作的开始时间。

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

属性值

操作的开始时间。

属性

适用于