ASP@Workshop 
HOME > ASPリファレンス > Command オブジェクト > CreateParameter

CreateParameter (Command オブジェクト)

object.CreateParameter ([name], [type], [direction], [size], [value])

引数

object
Command オブジェクトの名前を指定します。
name
パラメータ名
type
Parameterオブジェクトのデータ型
direction
パラメータの入出力方向
size
パラメータの最大サイズ
value
パラメータの値

解説

パラメータを作成します。
パラメータの名前、種類、入出力の方向、サイズ、値を指定し、Parameterオブジェクトを
作成します。

使用例



関連項目

ActiveConnectionCommandTextCommandTimeoutCommandTypeDialectNamePreparedState
CancelExecute



ASPリファレンス

Command オブジェクト
Connection オブジェクト
Error オブジェクト
Errors コレクション
Field オブジェクト
Fields コレクション
Parameter オブジェクト
Parameters コレクション
Property オブジェクト
Properties コレクション
Record オブジェクト
Recordset オブジェクト
Stream オブジェクト


Copyright (C) 2006-2008 ASP@Workshop All rights reserved.