Свойство 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.