Nota
O acesso a esta página requer autorização. Podes tentar iniciar sessão ou mudar de diretório.
O acesso a esta página requer autorização. Podes tentar mudar de diretório.
Gets the create time of the operation.
Namespace: Microsoft.SqlServer.Management.IntegrationServices
Assembly: Microsoft.SqlServer.Management.IntegrationServices (em Microsoft.SqlServer.Management.IntegrationServices.dll)
Sintaxe
'Declaração
<SfcPropertyAttribute(Data := True)> _
Public ReadOnly Property CreatedTime As Nullable(Of DateTimeOffset)
Get
'Uso
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>
Valor da propriedade
Tipo: System.Nullable<DateTimeOffset>
The create time of the operation.
Consulte também
Referência
Namespace Microsoft.SqlServer.Management.IntegrationServices