DataType.NVarChar(Int32) Método

Definição

Cria um DataType do tipo 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

Parâmetros

maxLength
Int32

Retornos

Aplica-se a