Date 속성
The Date property returns a Date data type.
네임스페이스: Microsoft.SqlServer.Management.Smo
어셈블리: Microsoft.SqlServer.Smo.dll의 Microsoft.SqlServer.Smo
구문
‘선언
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.