共用方式為


CreateDate 屬性

Gets the time and date when the view was created.

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

語法

'宣告
<SfcPropertyAttribute> _
Public ReadOnly Property CreateDate As DateTime
    Get
'用途
Dim instance As View
Dim value As DateTime

value = instance.CreateDate
[SfcPropertyAttribute]
public DateTime CreateDate { get; }
[SfcPropertyAttribute]
public:
virtual property DateTime CreateDate {
    DateTime get () sealed;
}
[<SfcPropertyAttribute>]
abstract CreateDate : DateTime
[<SfcPropertyAttribute>]
override CreateDate : DateTime
final function get CreateDate () : DateTime

屬性值

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

實作

IViewOptions. . :: . .CreateDate