UIConnectionInfo.OtherParams Property

Definition

Do not reference this member directly in your code. It supports the SQL Server infrastructure. Gets or sets the other parameters for the connection.

public:
 property System::String ^ OtherParams { System::String ^ get(); void set(System::String ^ value); };
public string OtherParams { get; set; }
member this.OtherParams : string with get, set
Public Property OtherParams As String

Property Value

The other parameters for the connection.

Applies to