Condividi tramite


IVstaHelper.LoadVSAProject Metodo

Definizione

Carica il progetto dal file di progetto specificato.

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

Parametri

storage
VSTAScriptProjectStorage

Archiviazione del progetto.

projTemplate
String

Modello di progetto.

referencesToRemove
IEnumerable<String>

Riferimenti all'assembly da rimuovere.

referenceNamesToAdd
IEnumerable<String>

Riferimenti all'assembly da aggiungere.

Restituisce

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

Si applica a