PackageClass.GetProject 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.
Retrieves the DTS project.
public:
virtual Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSProject100 ^ GetProject() = Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSProjectPackage100::GetProject;
public virtual Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSProject100 GetProject ();
abstract member GetProject : unit -> Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSProject100
override this.GetProject : unit -> Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSProject100
Public Overridable Function GetProject () As IDTSProject100
Returns
The DTS project.
Implements
Remarks
For more information, see Package.