IDTSProjectPackage100.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.
Gets the DTS project.
public:
Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSProject100 ^ GetProject();
public Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSProject100 GetProject ();
abstract member GetProject : unit -> Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSProject100
Public Function GetProject () As IDTSProject100
Returns
The DTS project.