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