DbServerSyncProvider::Connection Property
Gets or sets an IDbConnection object that is used to connect to the server database.
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::IDbConnectionAn IDbConnection object that is used to connect to the server database.
Show: