언어

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>

조립 참고문헌을 추가로 하겠습니다.

반품

만약 로딩이 성공하면 참이었다; 그렇지 않으면 거짓입니다.

적용 대상