DbServerSyncProvider::Connection Property

Gets or sets an IDbConnection object that is used to connect to the server database.

Namespace:  Microsoft.Synchronization.Data.Server
Assembly:  Microsoft.Synchronization.Data.Server (in Microsoft.Synchronization.Data.Server.dll)

public:
property IDbConnection^ Connection {
	IDbConnection^ get ();
	void set (IDbConnection^ value);
}

Property Value

Type: System.Data::IDbConnection
An IDbConnection object that is used to connect to the server database.
Show: