Partager via


Propriété QueryParameter

Indicates whether the parameter is used in a query.

Espace de noms :  ReportService2005
Assembly :  ReportService2005 (en ReportService2005.dll)

Syntaxe

'Déclaration
Public Property QueryParameter As Boolean
    Get
    Set
'Utilisation
Dim instance As ReportParameter
Dim value As Boolean

value = instance.QueryParameter

instance.QueryParameter = value
public bool QueryParameter { get; set; }
public:
property bool QueryParameter {
    bool get ();
    void set (bool value);
}
member QueryParameter : bool with get, set
function get QueryParameter () : boolean
function set QueryParameter (value : boolean)

Valeur de propriété

Type : System. . :: . .Boolean
A read-only Boolean value. A value of true indicates that the parameter is used in a query.