QueryManager.SetCommandText メソッド

定義

オーバーロード

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
useGenericQuery
Nullable<Boolean>

適用対象

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
useGenericQuery
Nullable<Boolean>

適用対象