言語

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

プロパティ値

接続の他のパラメータ。

適用対象