DataType.VarChar(Int32) Método

Definición

Crea un Tipo de datos de tipo SqlDataType.VarChar

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

Parámetros

maxLength
Int32

Devoluciones

Se aplica a