Share via


SystemDataTypeLookupBase.NChar Method

Gets the ISystemDataType object that represents the nchar data type.

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

Syntax

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

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

Return Value

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