ReportReportDataCommandText Class
Displays the data command text that occurred during operation.
Assembly: Microsoft.SqlServer.Management.SDK.SqlStudio (in Microsoft.SqlServer.Management.SDK.SqlStudio.dll)
[SerializableAttribute] [DebuggerStepThroughAttribute] [GeneratedCodeAttribute("xsd", "4.0.30319.33440")] [XmlTypeAttribute(AnonymousType = true, Namespace = "http://schemas.microsoft.com/SqlServer/Management/Registration")] [DesignerCategoryAttribute("code")] public ref class ReportReportDataCommandText
| Name | Description | |
|---|---|---|
![]() | ReportReportDataCommandText() | Initializes a new instance of the ReportReportDataCommandText class. |
| Name | Description | |
|---|---|---|
![]() | EscapeMethod | Gets or sets the string value to use in the EscapeMethod method. |
![]() | Value | Gets or sets the value of the data command text. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:


