Time-Methode
Returns values for any valid time of day between 00:00:00 and 23:59:59:9999999. It has a length of at least 8 positions and contains the time in hours,minutes, seconds and fractional seconds.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public Shared Function Time ( _
scale As Integer _
) As DataType
'Usage
Dim scale As Integer
Dim returnValue As DataType
returnValue = DataType.Time(scale)
public static DataType Time(
int scale
)
public:
static DataType^ Time(
int scale
)
static member Time :
scale:int -> DataType
public static function Time(
scale : int
) : DataType
Parameter
- scale
Typ: System. . :: . .Int32
Int32
Rückgabewert
Typ: Microsoft.SqlServer.Management.Smo. . :: . .DataType
A DataType object value that specifies a Time definition and scale (precision) in the data type.
Hinweise
The returned Time object constructor is initialized with the scale value that determines the precision of the Time object.