Operation.CreatedTime 属性

Gets the create time of the operation.

命名空间:  Microsoft.SqlServer.Management.IntegrationServices
程序集:  Microsoft.SqlServer.Management.IntegrationServices(在 Microsoft.SqlServer.Management.IntegrationServices.dll 中)

语法

声明
<SfcPropertyAttribute(Data := True)> _
Public ReadOnly Property CreatedTime As Nullable(Of DateTimeOffset)
    Get
用法
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>

属性值

类型:System.Nullable<DateTimeOffset>
The create time of the operation.

请参阅

参考

Operation 类

Microsoft.SqlServer.Management.IntegrationServices 命名空间