DB2ConnectionStringBuilder.pureQueryXML Property
Gets or sets the file name and path of the capture file.
- Namespace:
IBM.Data.DB2
- Assembly:
IBM.Data.DB2
(inIBM.Data.DB2.dll
)
Syntax
[Visual Basic]
Public Property pureQueryXML As String
[C#]
public String pureQueryXML {get; set;}
[C++]
public: __property string* get_pureQueryXML();
public: __property void set_pureQueryXML(string*);
[JScript]
public function get pureQueryXML() : String;
public function set pureQueryXML(String);
Property value
String representing the file path to use for the capture file. After capturing the statements, the db2cap utility should be used to bind the package to the database.
Data server restrictions
This property applies only to Db2® data servers.