IDTSRunningPackage100 Interface

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

For more information, see RunningPackage.

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

Syntax

'Declaration
<GuidAttribute("D146896D-4CFA-461B-AB4A-E369101CF7DB")> _
Public Interface IDTSRunningPackage100
'Usage
Dim instance As IDTSRunningPackage100
[GuidAttribute("D146896D-4CFA-461B-AB4A-E369101CF7DB")]
public interface IDTSRunningPackage100
[GuidAttribute(L"D146896D-4CFA-461B-AB4A-E369101CF7DB")]
public interface class IDTSRunningPackage100
[<GuidAttribute("D146896D-4CFA-461B-AB4A-E369101CF7DB")>]
type IDTSRunningPackage100 =  interface end
public interface IDTSRunningPackage100

The IDTSRunningPackage100 type exposes the following members.

Properties

  Name Description
Public property ExecutionDuration Infrastructure. For more information, see RunningPackage.
Public property ExecutionStartTime Infrastructure. For more information, see RunningPackage.
Public property InstanceID Infrastructure. For more information, see RunningPackage.
Public property PackageDescription Infrastructure. For more information, see RunningPackage.
Public property PackageID Infrastructure. For more information, see RunningPackage.
Public property PackageName Infrastructure. For more information, see RunningPackage.
Public property UserName Infrastructure. For more information, see RunningPackage.

Top

Methods

  Name Description
Public method Stop Infrastructure. For more information, see RunningPackage.

Top