ReportConnectionCustomCode Class

Represents a collection of custom codes that the report connection provides.

Inheritance Hierarchy

System.Object
  Microsoft.SqlServer.Management.ReportConnectionCustomCode

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

Syntax

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

The ReportConnectionCustomCode type exposes the following members.

Constructors

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

Top

Properties

  Name Description
Public property CheckMethod Gets or sets the custom code of the report using the CheckMethod method.
Public property Class Gets or sets the value of the class in the report.
Public property Method Gets or sets the specified value of the method.

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.