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 a DateTime object.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
<DisplayNameKeyAttribute("User_CreateDateName")> _
<DisplayDescriptionKeyAttribute("User_CreateDateDesc")> _
ReadOnly Property CreateDate As DateTime
Get
'Usage
Dim instance As IUserOptions
Dim value As DateTime
value = instance.CreateDate
[DisplayNameKeyAttribute("User_CreateDateName")]
[DisplayDescriptionKeyAttribute("User_CreateDateDesc")]
DateTime CreateDate { get; }
[DisplayNameKeyAttribute(L"User_CreateDateName")]
[DisplayDescriptionKeyAttribute(L"User_CreateDateDesc")]
property DateTime CreateDate {
DateTime get ();
}
[<DisplayNameKeyAttribute("User_CreateDateName")>]
[<DisplayDescriptionKeyAttribute("User_CreateDateDesc")>]
abstract CreateDate : DateTime
function get CreateDate () : DateTime
Property Value
Type: System.DateTime
A DateTime object.