IDTSRunningPackage100 Interface
This API supports the SQL Server 2012 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("12AC5BFE-222C-4BB4-BE27-65EC305B2ADD")> _
Public Interface IDTSRunningPackage100
'Usage
Dim instance As IDTSRunningPackage100
[GuidAttribute("12AC5BFE-222C-4BB4-BE27-65EC305B2ADD")]
public interface IDTSRunningPackage100
[GuidAttribute(L"12AC5BFE-222C-4BB4-BE27-65EC305B2ADD")]
public interface class IDTSRunningPackage100
[<GuidAttribute("12AC5BFE-222C-4BB4-BE27-65EC305B2ADD")>]
type IDTSRunningPackage100 = interface end
public interface IDTSRunningPackage100
The IDTSRunningPackage100 type exposes the following members.
Properties
Name | Description | |
---|---|---|
ExecutionDuration | Infrastructure. For more information, see RunningPackage. | |
ExecutionStartTime | Infrastructure. For more information, see RunningPackage. | |
InstanceID | Infrastructure. For more information, see RunningPackage. | |
PackageDescription | Infrastructure. For more information, see RunningPackage. | |
PackageID | Infrastructure. For more information, see RunningPackage. | |
PackageName | Infrastructure. For more information, see RunningPackage. | |
UserName | Infrastructure. For more information, see RunningPackage. |
Top
Methods
Name | Description | |
---|---|---|
Stop | Infrastructure. For more information, see RunningPackage. |
Top