DataType.VarBinary(Int32) 方法

定义

创建 SqlDataType.VarBinary 类型的数据类型

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

参数

maxLength
Int32

返回

适用于