ReportConnection Class

 

Provides a collection of report in the class.

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

System::Object
  Microsoft.SqlServer.Management::ReportConnection

[SerializableAttribute]
[DebuggerStepThroughAttribute]
[GeneratedCodeAttribute("xsd", "4.0.30319.33440")]
[DesignerCategoryAttribute("code")]
[XmlTypeAttribute(AnonymousType = true, Namespace = "http://schemas.microsoft.com/SqlServer/Management/Registration")]
public ref class ReportConnection 

NameDescription
System_CAPS_pubmethodReportConnection()

Initializes a new instance of the ReportConnection class.

NameDescription
System_CAPS_pubpropertyCustomCode

Gets or sets the custom code of the report connection.

System_CAPS_pubpropertyDataSourceName

Gets or sets the data source name of the report connection.

System_CAPS_pubpropertyDefault

Gets or sets the default value of the report connection.

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: