Właściwość SqlAssembly.CreateDate
Pobiera data i czas, kiedy wirtualny plik dziennika została zarejestrowana w bazie 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 SqlAssembly
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 systemu obiektu wartość, która określa, kiedy SqlAssembly obiekt został utworzony.
Zobacz także