Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Retrieves the DTS project.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
Public Overridable Function GetProject As IDTSProject100
'Usage
Dim instance As PackageNeutralClass
Dim returnValue As IDTSProject100
returnValue = instance.GetProject()
public virtual IDTSProject100 GetProject()
public:
virtual IDTSProject100^ GetProject()
abstract GetProject : unit -> IDTSProject100
override GetProject : unit -> IDTSProject100
public function GetProject() : IDTSProject100
Return Value
Type: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSProject100
The DTS project.
Implements
IDTSProjectPackage100.GetProject()
Remarks
For more information, see Package.