共用方式為


ILoginOptions.CreateDate 屬性

Gets the date and time when the login was created.

命名空間:  Microsoft.SqlServer.Management.Smo
組件:  Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)

語法

'宣告
<DisplayNameKeyAttribute("Login_CreateDateName")> _
<DisplayDescriptionKeyAttribute("Login_CreateDateDesc")> _
ReadOnly Property CreateDate As DateTime 
    Get
'用途
Dim instance As ILoginOptions 
Dim value As DateTime 

value = instance.CreateDate
[DisplayNameKeyAttribute("Login_CreateDateName")]
[DisplayDescriptionKeyAttribute("Login_CreateDateDesc")]
DateTime CreateDate { get; }
[DisplayNameKeyAttribute(L"Login_CreateDateName")]
[DisplayDescriptionKeyAttribute(L"Login_CreateDateDesc")]
property DateTime CreateDate {
    DateTime get ();
}
[<DisplayNameKeyAttribute("Login_CreateDateName")>]
[<DisplayDescriptionKeyAttribute("Login_CreateDateDesc")>]
abstract CreateDate : DateTime
function get CreateDate () : DateTime

屬性值

型別:System.DateTime
A DateTime value that specifies the date and time when the login was created.

請參閱

參考

ILoginOptions 介面

Microsoft.SqlServer.Management.Smo 命名空間