SystemDataTypeLookupBase.NChar Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
NChar(Int32) | |
NChar() |
NChar(Int32)
public Microsoft.SqlServer.Management.SqlParser.Metadata.ISystemDataType NChar (int maxLength);
member this.NChar : int -> Microsoft.SqlServer.Management.SqlParser.Metadata.ISystemDataType
Public Function NChar (maxLength As Integer) As ISystemDataType
Parameters
- maxLength
- Int32
Returns
Applies to
NChar()
public Microsoft.SqlServer.Management.SqlParser.Metadata.ISystemDataType NChar ();
member this.NChar : unit -> Microsoft.SqlServer.Management.SqlParser.Metadata.ISystemDataType
Public Function NChar () As ISystemDataType