Compartilhar via


IVstaHelper.LoadVSAProject Método

Definição

Carrega o projeto do arquivo de projeto especificado.

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

Parâmetros

storage
VSTAScriptProjectStorage

Os armazenamento do projeto.

projTemplate
String

O modelo de projeto.

referencesToRemove
IEnumerable<String>

As referências de assembly a serem removidas.

referenceNamesToAdd
IEnumerable<String>

As referência de assembly a serem adicionadas.

Retornos

true se o carregamento foi bem-sucedido; caso contrário, false.

Aplica-se a