共用方式為


DateCreated 屬性

Gets the date and time when the job schedule was created.

命名空間:  Microsoft.SqlServer.Management.Smo.Agent
組件:  Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)

語法

'宣告
<SfcPropertyAttribute> _
Public ReadOnly Property DateCreated As DateTime
    Get
'用途
Dim instance As JobSchedule
Dim value As DateTime

value = instance.DateCreated
[SfcPropertyAttribute]
public DateTime DateCreated { get; }
[SfcPropertyAttribute]
public:
property DateTime DateCreated {
    DateTime get ();
}
[<SfcPropertyAttribute>]
member DateCreated : DateTime
function get DateCreated () : DateTime

屬性值

型別:System. . :: . .DateTime
A DateTime value that specifies the date and time when the job schedule was created.