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)

Syntax

'Declaration
Public ReadOnly Property Connection As IDbConnection
'Usage
Dim instance As ApplyMetadataFailedEventArgs
Dim value As IDbConnection

value = instance.Connection
public IDbConnection Connection { get; }
public:
property IDbConnection^ Connection {
    IDbConnection^ get ();
}
/** @property */
public IDbConnection get_Connection ()
public function get Connection () : IDbConnection

Property Value

An IDbConnection object that contains a connection to the peer database.

See Also

Reference

ApplyMetadataFailedEventArgs Class
ApplyMetadataFailedEventArgs Members
Microsoft.Synchronization.Data Namespace