SqlSyncAdapterBuilder::Connection Property
Gets or sets the connection to the server database.
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::SqlConnectionA SqlConnection object that is used to connect to the server database.
For a code example, see SqlSyncAdapterBuilder.
Show: