QueryManager.SetCommandText 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
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))
参数
- commandText
- String
- querySpec
- ExternalXmlElement
适用于
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))
参数
- commandText
- String
- querySpec
- XmlElement