Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
パラメーターの値を指定します。
Public Overrides Property Value As Object
public override object Value {get;set;}
パラメーターの値を指定する System.Object。
値は、型変換やマッピングは行われずに、データプロバイダーにそのまま送信されます。コマンドが実行されると、コマンドは必要な型に値を変換しますが、値を変換できない場合は ULSQLCode.SQLE_CONVERSION_ERROR とともに ULException を通知します。