Поделиться через


Свойство CreateDate

Gets the date and time when the condition was created.

Пространство имен:  Microsoft.SqlServer.Management.Dmf
Сборка:  Microsoft.SqlServer.Dmf (в Microsoft.SqlServer.Dmf.dll)

Синтаксис

'Декларация
<SfcPropertyAttribute(SfcPropertyFlags.Data)> _
Public ReadOnly Property CreateDate As DateTime
    Get
'Применение
Dim instance As Condition
Dim value As DateTime

value = instance.CreateDate
[SfcPropertyAttribute(SfcPropertyFlags.Data)]
public DateTime CreateDate { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Data)]
public:
property DateTime CreateDate {
    DateTime get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Data)>]
member CreateDate : DateTime
function get CreateDate () : DateTime

Значение свойства

Тип: System. . :: . .DateTime
A DateTime value that contains the date and time when the condition was created.

Примеры

C#

System.Console.WriteLine(c.CreateDate);

VB

System.Console.WriteLine(c.CreateDate)