Operation.EndTime Property

Definition

Gets the end time of the operation.

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)

Property Value

The end time of the operation.

Attributes

Applies to