DbConnectionFailureEventArgs::Action Property

Gets or sets the action that is taken in response to the failure of a connection to the database.

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

public:
property DbConnectionFailureAction Action {
	DbConnectionFailureAction get ();
	void set (DbConnectionFailureAction value);
}

Property Value

Type: Microsoft.Synchronization.Data::DbConnectionFailureAction
The action that is taken if the database connection fails.
Show: