SqlSyncStoreMetadataCleanup::Connection Property
Gets or sets a SqlConnection object that contains a connection to the database.
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::SqlConnectionA SqlConnection object that contains a connection to the database.
Show: