QueryParameter propriété
Indicates whether the parameter is used in a query.
Espace de noms : ReportService2005
Assembly : ReportService2005 (dans 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 la propriété
Type : System. . :: . .Boolean
A read-only Boolean value. A value of true indicates that the parameter is used in a query.
Voir aussi