ReportReportDataCommandText Class

Displays the data command text that occurred during operation.

Inheritance Hierarchy

System.Object
  Microsoft.SqlServer.Management.ReportReportDataCommandText

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

Syntax

'Declaration
<SerializableAttribute> _
Public Class ReportReportDataCommandText
'Usage
Dim instance As ReportReportDataCommandText
[SerializableAttribute]
public class ReportReportDataCommandText
[SerializableAttribute]
public ref class ReportReportDataCommandText
[<SerializableAttribute>]
type ReportReportDataCommandText =  class end
public class ReportReportDataCommandText

The ReportReportDataCommandText type exposes the following members.

Constructors

  Name Description
Public method ReportReportDataCommandText Initializes a new instance of the ReportReportDataCommandText class.

Top

Properties

  Name Description
Public property EscapeMethod Gets or sets the string value to use in the EscapeMethod method.
Public property Value Gets or sets the value of the data command text.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.