CommandParameter Constructors
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.
Overloads
| CommandParameter(ParameterType, Int32) | |
| CommandParameter(ParameterType, Int32, Int32) |
CommandParameter(ParameterType, Int32)
protected:
CommandParameter(Microsoft::HostIntegration::MqClient::ProgrammableCommandFormat::Parameters::ParameterType parameterType, int parameter);
protected CommandParameter (Microsoft.HostIntegration.MqClient.ProgrammableCommandFormat.Parameters.ParameterType parameterType, int parameter);
new Microsoft.HostIntegration.MqClient.ProgrammableCommandFormat.Parameters.CommandParameter : Microsoft.HostIntegration.MqClient.ProgrammableCommandFormat.Parameters.ParameterType * int -> Microsoft.HostIntegration.MqClient.ProgrammableCommandFormat.Parameters.CommandParameter
Parameters
- parameterType
- ParameterType
- parameter
- Int32
Applies to
CommandParameter(ParameterType, Int32, Int32)
protected:
CommandParameter(Microsoft::HostIntegration::MqClient::ProgrammableCommandFormat::Parameters::ParameterType parameterType, int parameter, int structureLength);
protected CommandParameter (Microsoft.HostIntegration.MqClient.ProgrammableCommandFormat.Parameters.ParameterType parameterType, int parameter, int structureLength);
new Microsoft.HostIntegration.MqClient.ProgrammableCommandFormat.Parameters.CommandParameter : Microsoft.HostIntegration.MqClient.ProgrammableCommandFormat.Parameters.ParameterType * int * int -> Microsoft.HostIntegration.MqClient.ProgrammableCommandFormat.Parameters.CommandParameter
Parameters
- parameterType
- ParameterType
- parameter
- Int32
- structureLength
- Int32