Método DataSet.GetQueryParameterByName
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Returns the query parameter by using the parameter name.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxe
'Declaração
Public Function GetQueryParameterByName ( _
name As String _
) As QueryParameter
'Uso
Dim instance As DataSet
Dim name As String
Dim returnValue As QueryParameter
returnValue = instance.GetQueryParameterByName(name)
public QueryParameter GetQueryParameterByName(
string name
)
public:
QueryParameter^ GetQueryParameterByName(
String^ name
)
member GetQueryParameterByName :
name:string -> QueryParameter
public function GetQueryParameterByName(
name : String
) : QueryParameter
Parâmetros
- name
Tipo: System.String
The name of the parameter.
Valor de retorno
Tipo: Microsoft.ReportingServices.RdlObjectModel.QueryParameter
A QuaryParameter object.