Właściwość DatabaseAuditSpecification.CreateDate
Pobiera Data i czas podczas tworzenia specyfikacji inspekcji bazy danych.
Przestrzeń nazw: Microsoft.SqlServer.Management.Smo
Zestaw: Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)
Składnia
'Deklaracja
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property CreateDate As DateTime
Get
'Użycie
Dim instance As DatabaseAuditSpecification
Dim value As DateTime
value = instance.CreateDate
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public DateTime CreateDate { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property DateTime CreateDate {
DateTime get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member CreateDate : DateTime
function get CreateDate () : DateTime
Wartość właściwości
Typ: System.DateTime
A DateTime wartość obiektu systemu określająca czas i data utworzenia bazy danych specyfikacji inspekcji.
Zobacz także