VarChar メソッド

指定された型を表すオブジェクトを返します。

名前空間:  Microsoft.SqlServer.Management.Smo
アセンブリ:  Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)

構文

'宣言
Public Shared Function VarChar ( _
    maxLength As Integer _
) As DataType
'使用
Dim maxLength As Integer
Dim returnValue As DataType

returnValue = DataType.VarChar(maxLength)
public static DataType VarChar(
    int maxLength
)
public:
static DataType^ VarChar(
    int maxLength
)
static member VarChar : 
        maxLength:int -> DataType 
public static function VarChar(
    maxLength : int
) : DataType

パラメーター

戻り値

型: Microsoft.SqlServer.Management.Smo. . :: . .DataType
DataType オブジェクトの値です。