Właściwość DacInstance.DateCreated
Pobiera Data i czas , wystąpienie DAC została wdrożona lub zarejestrowane.
Przestrzeń nazw: Microsoft.SqlServer.Management.Dac
Zestaw: Microsoft.SqlServer.Management.Dac (w Microsoft.SqlServer.Management.Dac.dll)
Składnia
'Deklaracja
<SfcPropertyAttribute(SfcPropertyFlags.Data)> _
Public ReadOnly Property DateCreated As DateTime
Get
'Użycie
Dim instance As DacInstance
Dim value As DateTime
value = instance.DateCreated
[SfcPropertyAttribute(SfcPropertyFlags.Data)]
public DateTime DateCreated { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Data)]
public:
property DateTime DateCreated {
DateTime get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Data)>]
member DateCreated : DateTime
function get DateCreated () : DateTime
Wartość właściwości
Typ: System.DateTime
A DateTime wartość, która zgłasza Data i czas wystąpienie DAC reprezentowane przez DacInstance obiektu została wdrożona lub zarejestrowana.