Condividi tramite


IVstaHelper.LoadVSTA2Project Metodo

Definizione

Aggiorna e carica il progetto dal file di progetto specificato.

public:
 bool LoadVSTA2Project(Microsoft::SqlServer::VSTAHosting::VSTAScriptProjectStorage ^ storage, System::Collections::Generic::IEnumerable<System::String ^> ^ referencesToRemove, System::Collections::Generic::IEnumerable<System::String ^> ^ referenceNamesToAdd);
public bool LoadVSTA2Project (Microsoft.SqlServer.VSTAHosting.VSTAScriptProjectStorage storage, System.Collections.Generic.IEnumerable<string> referencesToRemove, System.Collections.Generic.IEnumerable<string> referenceNamesToAdd);
abstract member LoadVSTA2Project : Microsoft.SqlServer.VSTAHosting.VSTAScriptProjectStorage * seq<string> * seq<string> -> bool
Public Function LoadVSTA2Project (storage As VSTAScriptProjectStorage, referencesToRemove As IEnumerable(Of String), referenceNamesToAdd As IEnumerable(Of String)) As Boolean

Parametri

storage
VSTAScriptProjectStorage

Archiviazione del progetto.

referencesToRemove
IEnumerable<String>

Riferimenti all'assembly da rimuovere.

referenceNamesToAdd
IEnumerable<String>

Riferimenti all'assembly da aggiungere.

Restituisce

true se il metodo ha avuto esito positivo; in caso contrario, false.

Si applica a