ReportConnectionCustomCode Class
Represents a collection of custom codes that the report connection provides.
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 ReportConnectionCustomCode
| Name | Description | |
|---|---|---|
![]() | ReportConnectionCustomCode() | Initializes a new instance of the ReportConnectionCustomCode class. |
| Name | Description | |
|---|---|---|
![]() | CheckMethod | Gets or sets the custom code of the report using the CheckMethod method. |
![]() | Class | Gets or sets the value of the class in the report. |
![]() | Method | Gets or sets the specified value of the method. |
| 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:


