Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Gets the date and time when the SQL Server Utility was created.
Namespace: Microsoft.SqlServer.Management.Utility
Assembly: Microsoft.SqlServer.Management.Utility (in Microsoft.SqlServer.Management.Utility.dll)
Syntax
'Declaration
<SfcPropertyAttribute(SfcPropertyFlags.Data)> _
<DmfIgnorePropertyAttribute> _
Public ReadOnly Property DateCreated As DateTimeOffset
Get
'Usage
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
Property Value
Type: System.DateTimeOffset
A DateTime value that specifies the date and time when the SQL Server Utility was created.