PackageProcedure(String, String, String, String, Int16, Int16, Object, Boolean, Int32, Byte, Byte, String, SqlDbType, Boolean, Boolean, Boolean, Boolean, String, Boolean, Boolean, String) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
PackageProcedure(System::String ^ procedure_catalog, System::String ^ procedure_schema, System::String ^ procedure_name, System::String ^ parameter_name, short ordinal_position, short parameter_type, System::Object ^ parameter_default, bool is_nullable, int parameter_length, System::Byte parameter_precision, System::Byte parameter_scale, System::String ^ type_name, System::Data::SqlDbType data_type_sqldb, bool return_resultset, bool cursor_with_hold, bool cursor_for_update, bool hasOutputParams, System::String ^ bnd_options, bool sqlDelete, bool sqlUpdate, System::String ^ sqlstt);
public PackageProcedure (string procedure_catalog, string procedure_schema, string procedure_name, string parameter_name, short ordinal_position, short parameter_type, object parameter_default, bool is_nullable, int parameter_length, byte parameter_precision, byte parameter_scale, string type_name, System.Data.SqlDbType data_type_sqldb, bool return_resultset, bool cursor_with_hold, bool cursor_for_update, bool hasOutputParams, string bnd_options, bool sqlDelete, bool sqlUpdate, string sqlstt);
new Microsoft.HostIntegration.Drda.Common.PackageProcedure : string * string * string * string * int16 * int16 * obj * bool * int * byte * byte * string * System.Data.SqlDbType * bool * bool * bool * bool * string * bool * bool * string -> Microsoft.HostIntegration.Drda.Common.PackageProcedure
Public Sub New (procedure_catalog As String, procedure_schema As String, procedure_name As String, parameter_name As String, ordinal_position As Short, parameter_type As Short, parameter_default As Object, is_nullable As Boolean, parameter_length As Integer, parameter_precision As Byte, parameter_scale As Byte, type_name As String, data_type_sqldb As SqlDbType, return_resultset As Boolean, cursor_with_hold As Boolean, cursor_for_update As Boolean, hasOutputParams As Boolean, bnd_options As String, sqlDelete As Boolean, sqlUpdate As Boolean, sqlstt As String)
Parameters
- procedure_catalog
- String
- procedure_schema
- String
- procedure_name
- String
- parameter_name
- String
- ordinal_position
- Int16
- parameter_type
- Int16
- parameter_default
- Object
- is_nullable
- Boolean
- parameter_length
- Int32
- parameter_precision
- Byte
- parameter_scale
- Byte
- type_name
- String
- data_type_sqldb
- SqlDbType
- return_resultset
- Boolean
- cursor_with_hold
- Boolean
- cursor_for_update
- Boolean
- hasOutputParams
- Boolean
- bnd_options
- String
- sqlDelete
- Boolean
- sqlUpdate
- Boolean
- sqlstt
- String