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.