PackageRemote64Class.GetProject Method
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 PackageRemote64Class
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()