DataType.NVarChar(Int32) Metodo

Definizione

Crea un tipo di dati di 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

Parametri

maxLength
Int32

Valori restituiti

Si applica a