次の方法で共有


SubscriberConnectionString プロパティ (レプリケーション)

SubscriberConnectionString プロパティは、デバイス上の SQL Server Compact 3.5 データベースに接続するための OLE DB 接続文字列を指定します。 

構文

object.SubscriberConnectionString [= value]

適用対象

SQL Server Compact 3.5 Replication オブジェクト

パラメーター

パラメーター

説明

value

SQL Server Compact 3.5 データベースに接続するための OLE DB 接続文字列。

データ型

文字列

属性

読み取り/書き込み

プロトタイプ

HRESULT get_SubscriberConnectionString(BSTR *pVal);
HRESULT put_SubscriberConnectionString(BSTR newVal);

説明

OLE DB 接続文字列でサポートされる接続文字列プロパティについては、「LocalConnectionString プロパティ (RDA)」を参照してください。

使用例

object.SubscriberConnectionString = "Data Source=\ssce.sdf; Locale Identifier=0x00000409; SSCE:Database Password=mypassword; SSCE:Encrypt Database=TRUE"

関連項目

その他の技術情報

AddSubscription メソッド (レプリケーション)

Replication オブジェクトのプロパティ