ConnectionManager プロパティ
SqlCeRemoteDataAccess オブジェクトを有効にし、スマート デバイスの接続マネージャの API を使用して、ネットワーク接続を確立します。接続は、同期の最後に解放されます。
名前空間: System.Data.SqlServerCe
アセンブリ: System.Data.SqlServerCe (System.Data.SqlServerCe.dll)
構文
'宣言
Public Property ConnectionManager As Boolean
Get
Set
'使用
Dim instance As SqlCeRemoteDataAccess
Dim value As Boolean
value = instance.ConnectionManager
instance.ConnectionManager = value
public bool ConnectionManager { get; set; }
public:
property bool ConnectionManager {
bool get ();
void set (bool value);
}
member ConnectionManager : bool with get, set
function get ConnectionManager () : boolean
function set ConnectionManager (value : boolean)
プロパティ値
説明
ConnectionManager プロパティを true に設定すると、必ず接続マネージャが使用されて、接続が確立されます。プロキシの設定が必要な場合は、RDA オブジェクトのプロキシ プロパティのいずれかが設定されている場合を除き、接続マネージャのプロキシ設定が使用されます。InternetProxyServer、InternetProxyLogin、InternetProxyPassword のいずれかのプロパティが設定されている場合、SqlCeRemoteDataAccess オブジェクトでは、接続マネージャのプロキシ設定が使用されません。