DataType.VarBinary(Int32) メソッド

定義

SqlDataType.VarBinary 型の DataType を作成します。

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

返品

適用対象