QueryManager.SetCommandText Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
| SetCommandText(String, ExternalXmlElement, Nullable<Boolean>) | |
| SetCommandText(String, XmlElement, Nullable<Boolean>) |
SetCommandText(String, ExternalXmlElement, Nullable<Boolean>)
public:
void SetCommandText(System::String ^ commandText, Microsoft::ReportingServices::RdlObjectModel::ExternalXmlElement ^ querySpec, Nullable<bool> useGenericQuery);
public void SetCommandText (string commandText, Microsoft.ReportingServices.RdlObjectModel.ExternalXmlElement querySpec, bool? useGenericQuery);
member this.SetCommandText : string * Microsoft.ReportingServices.RdlObjectModel.ExternalXmlElement * Nullable<bool> -> unit
Public Sub SetCommandText (commandText As String, querySpec As ExternalXmlElement, useGenericQuery As Nullable(Of Boolean))
Paramètres
- commandText
- String
- querySpec
- ExternalXmlElement
S’applique à
SetCommandText(String, XmlElement, Nullable<Boolean>)
public:
void SetCommandText(System::String ^ commandText, System::Xml::XmlElement ^ querySpec, Nullable<bool> useGenericQuery);
public void SetCommandText (string commandText, System.Xml.XmlElement querySpec, bool? useGenericQuery);
member this.SetCommandText : string * System.Xml.XmlElement * Nullable<bool> -> unit
Public Sub SetCommandText (commandText As String, querySpec As XmlElement, useGenericQuery As Nullable(Of Boolean))
Paramètres
- commandText
- String
- querySpec
- XmlElement