Share via


SystemDataTypeLookupBase.Char Method

Gets the ISystemDataType object that represents the char data type.

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

Syntax

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

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

Return Value

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