Condividi tramite


Proprietà Operation.EndTime

Gets the end time of the operation.

Spazio dei nomi  Microsoft.SqlServer.Management.IntegrationServices
Assembly:  Microsoft.SqlServer.Management.IntegrationServices (in Microsoft.SqlServer.Management.IntegrationServices.dll)

Sintassi

'Dichiarazione
<SfcPropertyAttribute(Data := True)> _
Public ReadOnly Property EndTime As Nullable(Of DateTimeOffset)
    Get
'Utilizzo
Dim instance As Operation 
Dim value As Nullable(Of DateTimeOffset)

value = instance.EndTime
[SfcPropertyAttribute(Data = true)]
public Nullable<DateTimeOffset> EndTime { get; }
[SfcPropertyAttribute(Data = true)]
public:
property Nullable<DateTimeOffset> EndTime {
    Nullable<DateTimeOffset> get ();
}
[<SfcPropertyAttribute(Data = true)>]
member EndTime : Nullable<DateTimeOffset>
function get EndTime () : Nullable<DateTimeOffset>

Valore proprietà

Tipo: System.Nullable<DateTimeOffset>
The end time of the operation.

Vedere anche

Riferimento

Operation Classe

Spazio dei nomi Microsoft.SqlServer.Management.IntegrationServices