Share via


IDTSPackageInternal Interface

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Defines an interface implemented by containers that need to have the internal property.

Namespace:  Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)

Syntax

'Declaration
Public Interface IDTSPackageInternal
'Usage
Dim instance As IDTSPackageInternal
public interface IDTSPackageInternal
public interface class IDTSPackageInternal
type IDTSPackageInternal =  interface end
public interface IDTSPackageInternal

The IDTSPackageInternal type exposes the following members.

Properties

  Name Description
Public property Parameters Infrastructure. Gets the parameters used for this class.

Top

Methods

  Name Description
Public method SSISExecSuspend Infrastructure. Returns a String that contains the combined id and exec type.

Top

See Also

Reference

Microsoft.SqlServer.Dts.Runtime Namespace