SqlSyncAdapterBuilder::Connection Property

Gets or sets the connection to the server database.

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

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

Property Value

Type: System.Data.SqlClient::SqlConnection
A SqlConnection object that is used to connect to the server database.

For a code example, see SqlSyncAdapterBuilder.

Show: