ApplyMetadataFailedEventArgs::Connection Property

Gets an IDbConnection object for the connection over which changes were attempted during synchronization.

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

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

Property Value

Type: System.Data::IDbConnection
An IDbConnection object that contains a connection to the peer database.
Show: