DataType.Char(Int32) メソッド

定義

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

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

パラメーター

maxLength
Int32

返品

適用対象