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


Свойство Date

The Date property returns a Date data type.

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

Синтаксис

'Декларация
Public Shared ReadOnly Property Date As DataType
    Get
'Применение
Dim value As DataType

value = DataType.Date
public static DataType Date { get; }
public:
static property DataType^ Date {
    DataType^ get ();
}
static member Date : DataType
static function get Date () : DataType

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

Тип Microsoft.SqlServer.Management.Smo. . :: . .DataType
A DataType object value that specifies a Date definition in the data type.

Замечания

Returns date information that represents any valid Gregorian calendar date between 0001-01-01 and 9999-12-31.