Proprietà DateCreated
Gets the date and time when the job schedule was created.
Spazio dei nomi: Microsoft.SqlServer.Management.Smo.Agent
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Sintassi
'Dichiarazione
<SfcPropertyAttribute> _
Public ReadOnly Property DateCreated As DateTime
Get
'Utilizzo
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
Valore proprietà
Tipo: System. . :: . .DateTime
A DateTime value that specifies the date and time when the job schedule was created.