Udostępnij za pośrednictwem


Właściwość DateTime

Pobiera typ danych, który określa DateTime definicja używana w typie danych.

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

Syntax

'Deklaracja
Public Shared ReadOnly Property DateTime As DataType
    Get
'Użycie
Dim value As DataType

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

Wartość właściwości

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

Przykłady

Visual Basic

Dim d As DataType
d = New DataType(SqlDataType.DateTime)

PowerShell

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