IVstaHelper.LoadVSAProject 메서드

정의

지정한 프로젝트 파일에서 프로젝트를 로드합니다.

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

매개 변수

storage
VSTAScriptProjectStorage

프로젝트 스토리지입니다.

projTemplate
String

프로젝트 템플릿입니다.

referencesToRemove
IEnumerable<String>

제거할 어셈블리 참조입니다.

referenceNamesToAdd
IEnumerable<String>

추가할 어셈블리 참조입니다.

반환

로드에 성공하면 true입니다. 그렇지 않으면 false입니다.

적용 대상