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(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property DateCreated As DateTime
Get
‘사용 방법
Dim instance As JobSchedule
Dim value As DateTime
value = instance.DateCreated
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public DateTime DateCreated { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property DateTime DateCreated {
DateTime get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member DateCreated : DateTime
function get DateCreated () : DateTime
속성 값
유형: System. . :: . .DateTime
A DateTime value that specifies the date and time when the job schedule was created.