ReportConnection.CustomCode Property

Definition

Gets or sets the custom code of the report connection.

public:
 property Microsoft::SqlServer::Management::ReportConnectionCustomCode ^ CustomCode { Microsoft::SqlServer::Management::ReportConnectionCustomCode ^ get(); void set(Microsoft::SqlServer::Management::ReportConnectionCustomCode ^ value); };
public Microsoft.SqlServer.Management.ReportConnectionCustomCode CustomCode { get; set; }
member this.CustomCode : Microsoft.SqlServer.Management.ReportConnectionCustomCode with get, set
Public Property CustomCode As ReportConnectionCustomCode

Property Value

The custom code of the report connection.

Applies to