DataType.NChar(Int32) メソッド

定義

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

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

パラメーター

maxLength
Int32

返品

適用対象