IUpdateConnectionProperties.SetFailedConnections Method

Definition

Updates the list of servers that could not be connected to.

public:
 void SetFailedConnections(System::Collections::Generic::IList<Microsoft::SqlServer::Management::MultiServerConnection::MultiServerSqlConnectionInfo ^> ^ connections);
public void SetFailedConnections (System.Collections.Generic.IList<Microsoft.SqlServer.Management.MultiServerConnection.MultiServerSqlConnectionInfo> connections);
abstract member SetFailedConnections : System.Collections.Generic.IList<Microsoft.SqlServer.Management.MultiServerConnection.MultiServerSqlConnectionInfo> -> unit
Public Sub SetFailedConnections (connections As IList(Of MultiServerSqlConnectionInfo))

Parameters

connections
IList<MultiServerSqlConnectionInfo>

Specifies a list of servers that could not be connected to.

Applies to