IDTSProjectPackage100.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 DTS project.
public:
void SetProject(Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSProject100 ^ pProject, System::String ^ bstrPackageLocation);
public void SetProject (Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSProject100 pProject, string bstrPackageLocation);
abstract member SetProject : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSProject100 * string -> unit
Public Sub SetProject (pProject As IDTSProject100, bstrPackageLocation As String)
Parameters
- pProject
- IDTSProject100
The DTS project.
- bstrPackageLocation
- String
The location to the package items.