Operation.StartTime Property
Gets the start 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 StartTime As Nullable(Of DateTimeOffset)
Get
'Usage
Dim instance As Operation
Dim value As Nullable(Of DateTimeOffset)
value = instance.StartTime
[SfcPropertyAttribute(Data = true)]
public Nullable<DateTimeOffset> StartTime { get; }
[SfcPropertyAttribute(Data = true)]
public:
property Nullable<DateTimeOffset> StartTime {
Nullable<DateTimeOffset> get ();
}
[<SfcPropertyAttribute(Data = true)>]
member StartTime : Nullable<DateTimeOffset>
function get StartTime () : Nullable<DateTimeOffset>
Property Value
Type: System.Nullable<DateTimeOffset>
The start time of the operation.
See Also
Reference
Microsoft.SqlServer.Management.IntegrationServices Namespace