Share via


SystemDataTypeLookupBase.Time Method (Int32)

Gets the ISystemDataType object that represents the time data type and has the specified scale.

Namespace:  Microsoft.SqlServer.Management.SqlParser.MetadataProvider
Assembly:  Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)

Syntax

'Declaration
Public Function Time ( _
    scale As Integer _
) As ISystemDataType
'Usage
Dim instance As SystemDataTypeLookupBase
Dim scale As Integer
Dim returnValue As ISystemDataType

returnValue = instance.Time(scale)
public ISystemDataType Time(
    int scale
)
public:
ISystemDataType^ Time(
    int scale
)
member Time : 
        scale:int -> ISystemDataType 
public function Time(
    scale : int
) : ISystemDataType

Parameters

Return Value

Type: Microsoft.SqlServer.Management.SqlParser.Metadata.ISystemDataType
The ISystemDataType object that represents the time data type.