ReportConnectionDefault Class

Represents the default connection settings of the report.

Inheritance Hierarchy

System.Object
  Microsoft.SqlServer.Management.ReportConnectionDefault

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

Syntax

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

The ReportConnectionDefault type exposes the following members.

Constructors

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

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.