Share via


ReportReportDataCommandText.EscapeMethod Property

Gets or sets the string value to use in the EscapeMethod method.

Namespace:  Microsoft.SqlServer.Management
Assembly:  Microsoft.SqlServer.Management.SDK.SqlStudio (in Microsoft.SqlServer.Management.SDK.SqlStudio.dll)

Syntax

'Declaration
Public Property EscapeMethod As String
    Get
    Set
'Usage
Dim instance As ReportReportDataCommandText
Dim value As String

value = instance.EscapeMethod

instance.EscapeMethod = value
public string EscapeMethod { get; set; }
public:
property String^ EscapeMethod {
    String^ get ();
    void set (String^ value);
}
member EscapeMethod : string with get, set
function get EscapeMethod () : String
function set EscapeMethod (value : String)

Property Value

Type: System.String
A string that represents the EscapeMethod.