SqlSyncStoreMetadataUpgrade::Connection Property

Gets or sets the database connection over which the upgrade is performed.

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

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

Property Value

Type: System.Data.SqlClient::SqlConnection
The connection to the database over which the upgrade is performed.
Show: