Operation.CreatedTime Eigenschaft

Definition

Ruft die Erstellungszeit des Vorgangs ab.

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

Eigenschaftswert

Die Erstellungszeit des Vorgangs.

Attribute

Gilt für: