ParameterValue 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
ParameterValue(String) | |
ParameterValue(String, String) |
ParameterValue(String)
public:
ParameterValue(System::String ^ name);
public ParameterValue (string name);
new Microsoft.ReportingServices.QueryDesigners.ParameterValue : string -> Microsoft.ReportingServices.QueryDesigners.ParameterValue
Public Sub New (name As String)
Parameters
- name
- String
Applies to
ParameterValue(String, String)
public:
ParameterValue(System::String ^ name, System::String ^ value);
public ParameterValue (string name, string value);
new Microsoft.ReportingServices.QueryDesigners.ParameterValue : string * string -> Microsoft.ReportingServices.QueryDesigners.ParameterValue
Public Sub New (name As String, value As String)
Parameters
- name
- String
- value
- String