PackageRemote32Class.SetProject(IDTSProject100, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets the specified project.
public:
virtual void SetProject(Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSProject100 ^ pProject, System::String ^ bstrPackageLocation) = Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSProjectPackage100::SetProject;
public virtual void SetProject (Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSProject100 pProject, string bstrPackageLocation);
abstract member SetProject : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSProject100 * string -> unit
override this.SetProject : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSProject100 * string -> unit
Public Overridable Sub SetProject (pProject As IDTSProject100, bstrPackageLocation As String)
Parameters
- pProject
- IDTSProject100
The project to set.
- bstrPackageLocation
- String
The location to the package items.