UIConnectionInfo.OtherParams プロパティ

定義

このメンバーをコード内で直接参照しないでください。 このメンバーは、SQL Server インフラストラクチャをサポートしています。 接続のためのその他のパラメーターを取得または設定します。

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

プロパティ値

接続のためのその他のパラメーターです。

適用対象