DataType.NVarChar(Int32) Method

Definition

Creates a DataType of type SqlDataType.NVarChar

public static Microsoft.SqlServer.Management.Smo.DataType NVarChar (int maxLength);
static member NVarChar : int -> Microsoft.SqlServer.Management.Smo.DataType
Public Shared Function NVarChar (maxLength As Integer) As DataType

Parameters

maxLength
Int32

Returns

Applies to