IDTSProjectPackage100.GetProject Method
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Gets the DTS project.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
Function GetProject As IDTSProject100
'Usage
Dim instance As IDTSProjectPackage100
Dim returnValue As IDTSProject100
returnValue = instance.GetProject()
IDTSProject100 GetProject()
IDTSProject100^ GetProject()
abstract GetProject : unit -> IDTSProject100
function GetProject() : IDTSProject100
Return Value
Type: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSProject100
The DTS project.