Utility.DateCreated 속성

Gets the date and time when the SQL Server Utility was created.

네임스페이스:  Microsoft.SqlServer.Management.Utility
어셈블리:  Microsoft.SqlServer.Management.Utility(Microsoft.SqlServer.Management.Utility.dll)

구문

‘선언
<SfcPropertyAttribute(SfcPropertyFlags.Data)> _
<DmfIgnorePropertyAttribute> _
Public ReadOnly Property DateCreated As DateTimeOffset 
    Get
‘사용 방법
Dim instance As Utility 
Dim value As DateTimeOffset 

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

속성 값

유형: System.DateTimeOffset
A DateTime value that specifies the date and time when the SQL Server Utility was created.

참고 항목

참조

Utility 클래스

Microsoft.SqlServer.Management.Utility 네임스페이스