Freigeben über


SqlScriptEditorControl.MultiServerPropertiesDisplay.SetFailedConnections Methode

Definition

Legt die Liste der fehlgeschlagenen Verbindungen fest.

public:
 virtual 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
override this.SetFailedConnections : System.Collections.Generic.IList<Microsoft.SqlServer.Management.MultiServerConnection.MultiServerSqlConnectionInfo> -> unit
Public Sub SetFailedConnections (connections As IList(Of MultiServerSqlConnectionInfo))

Parameter

connections
IList<MultiServerSqlConnectionInfo>

Die Liste aller fehlerhaften Verbindungen.

Implementiert

Gilt für: