DataType.Binary(Int32) Método

Definición

Crea un Tipo de datos de tipo SqlDataType.Binary

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

Parámetros

maxLength
Int32

Devoluciones

Se aplica a