Compartir a través de


DataSet.GetQueryParameterByName Método

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

Returns the query parameter by using the parameter name.

Espacio de nombres:  Microsoft.ReportingServices.RdlObjectModel
Ensamblado:  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxis

'Declaración
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

Valor devuelto

Tipo: Microsoft.ReportingServices.RdlObjectModel.QueryParameter
A QuaryParameter object.

Vea también

Referencia

DataSet Clase

Espacio de nombres Microsoft.ReportingServices.RdlObjectModel