Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets the date and time at which the database was created.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
<DisplayNameKeyAttribute("Database_CreateDateName")> _
<DisplayDescriptionKeyAttribute("Database_CreateDateDesc")> _
ReadOnly Property CreateDate As DateTime
Get
'Usage
Dim instance As IDatabaseOptions
Dim value As DateTime
value = instance.CreateDate
[DisplayNameKeyAttribute("Database_CreateDateName")]
[DisplayDescriptionKeyAttribute("Database_CreateDateDesc")]
DateTime CreateDate { get; }
[DisplayNameKeyAttribute(L"Database_CreateDateName")]
[DisplayDescriptionKeyAttribute(L"Database_CreateDateDesc")]
property DateTime CreateDate {
DateTime get ();
}
[<DisplayNameKeyAttribute("Database_CreateDateName")>]
[<DisplayDescriptionKeyAttribute("Database_CreateDateDesc")>]
abstract CreateDate : DateTime
function get CreateDate () : DateTime
Property Value
Type: System.DateTime
A DateTime value specifying the date and time at which the database was created.