Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
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.