ReportConnectionCustomCode Class

 

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

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

System::Object
  Microsoft.SqlServer.Management::ReportConnectionCustomCode

[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 

NameDescription
System_CAPS_pubmethodReportConnectionCustomCode()

Initializes a new instance of the ReportConnectionCustomCode class.

NameDescription
System_CAPS_pubpropertyCheckMethod

Gets or sets the custom code of the report using the CheckMethod method.

System_CAPS_pubpropertyClass

Gets or sets the value of the class in the report.

System_CAPS_pubpropertyMethod

Gets or sets the specified value of the method.

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: