Udostępnij za pośrednictwem


Właściwość DataType.Date

Data zwraca wartość właściwość Data typu danych.

Przestrzeń nazw:  Microsoft.SqlServer.Management.Smo
Zestaw:  Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)

Składnia

'Deklaracja
Public Shared ReadOnly Property Date As DataType
    Get
'Użycie
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

Wartość właściwości

Typ: Microsoft.SqlServer.Management.Smo.DataType
A DataType Określa wartość obiektu Data definicji typu danych.

Uwagi

Zwraca data informacje, które reprezentuje wszystkie data kalendarza gregoriańskiego prawidłowe między 0001-01-01 i 9999-12-31.

Przykłady

Visual Basic

Dim dt As DataType
dt = New DataType(SqlDataType.Date)

PowerShell

$dt = new-object Microsoft.SqlServer.Management.Smo.DataType([Microsoft.SqlServer.Management.Smo.SqlDataType]::Date)