Share via


SystemDataTypeLookupBase.Time Method

Gets the ISystemDataType object that represents the time data type.

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

Syntax

'Declaration
Public Function Time As ISystemDataType
'Usage
Dim instance As SystemDataTypeLookupBase
Dim returnValue As ISystemDataType

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

Return Value

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