Właściwość ServerDdlTrigger.CreateDate
Pobiera Data i czas podczas tworzenia wyzwalacza języka (DDL) definicja danych serwera.
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 ServerDdlTrigger
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 data i czas utworzenia serwera wyzwalacz DLL.
Zobacz także