CommandParameter Constructors

Definition

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

Applies to