Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets the create time of the operation.
Namespace: Microsoft.SqlServer.Management.IntegrationServices
Assembly: Microsoft.SqlServer.Management.IntegrationServices (in Microsoft.SqlServer.Management.IntegrationServices.dll)
Syntax
'Declaration
<SfcPropertyAttribute(Data := True)> _
Public ReadOnly Property CreatedTime As Nullable(Of DateTimeOffset)
Get
'Usage
Dim instance As Operation
Dim value As Nullable(Of DateTimeOffset)
value = instance.CreatedTime
[SfcPropertyAttribute(Data = true)]
public Nullable<DateTimeOffset> CreatedTime { get; }
[SfcPropertyAttribute(Data = true)]
public:
property Nullable<DateTimeOffset> CreatedTime {
Nullable<DateTimeOffset> get ();
}
[<SfcPropertyAttribute(Data = true)>]
member CreatedTime : Nullable<DateTimeOffset>
function get CreatedTime () : Nullable<DateTimeOffset>
Eigenschaftswert
Typ: System.Nullable<DateTimeOffset>
The create time of the operation.
Siehe auch
Verweis
Microsoft.SqlServer.Management.IntegrationServices-Namespace