DataType.Binary(Int32) メソッド

定義

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

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

パラメーター

maxLength
Int32

返品

適用対象