DateCreated 속성
Gets the date and time that the DAC instance was deployed or registered.
네임스페이스: Microsoft.SqlServer.Management.Dac
어셈블리: Microsoft.SqlServer.Management.Dac(Microsoft.SqlServer.Management.Dac.dll)
구문
‘선언
<SfcPropertyAttribute(SfcPropertyFlags.Data)> _
Public ReadOnly Property DateCreated As DateTime
Get
‘사용 방법
Dim instance As DacInstance
Dim value As DateTime
value = instance.DateCreated
[SfcPropertyAttribute(SfcPropertyFlags.Data)]
public DateTime DateCreated { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Data)]
public:
property DateTime DateCreated {
DateTime get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Data)>]
member DateCreated : DateTime
function get DateCreated () : DateTime
속성 값
유형: System. . :: . .DateTime
A DateTime value that reports the date and time the DAC instance represented by the DacInstance object was deployed or registered.