ReportReportDataCommandText Class

 

Displays the data command text that occurred during operation.

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

System::Object
  Microsoft.SqlServer.Management::ReportReportDataCommandText

[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 

NameDescription
System_CAPS_pubmethodReportReportDataCommandText()

Initializes a new instance of the ReportReportDataCommandText class.

NameDescription
System_CAPS_pubpropertyEscapeMethod

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

System_CAPS_pubpropertyValue

Gets or sets the value of the data command text.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(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.

Return to top
Show: