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)

속성 값

작업의 종료 시간입니다.

특성

적용 대상