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, Nullable<bool> useGenericQuery);
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, Nullable<bool> useGenericQuery);
Public Sub SetCommandText (commandText As String, querySpec As XmlElement, useGenericQuery As Nullable(Of Boolean))

參數

commandText
String
querySpec
XmlElement
useGenericQuery
Nullable<Boolean>

適用於