QueryParameter Class

 

Updated: February 25, 2016

Represents the query parameter.

Namespace:   Microsoft.ReportingServices.Diagnostics.Internal
Assemblies:   Microsoft.ReportingServices.Diagnostics (in Microsoft.ReportingServices.Diagnostics.dll)
  Microsoft.ReportingServices.SharePoint.UI.WebParts (in Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)

System::Object
  Microsoft.ReportingServices.Diagnostics.Internal::QueryParameter

public ref class QueryParameter sealed 

NameDescription
System_CAPS_pubpropertyName

Gets or sets the name of the query parameter.

System_CAPS_pubpropertyTypeName

Gets or sets the type name.

System_CAPS_pubpropertyValue

Gets or sets the value of the query parameter.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: