IDTSRunningPackages100 接口

此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。

Contains a collection of IDTSRunningPackage100 objects.

命名空间:  Microsoft.SqlServer.Dts.Runtime.Wrapper
程序集:  Microsoft.SqlServer.DTSRuntimeWrap(在 Microsoft.SqlServer.DTSRuntimeWrap.dll 中)

语法

声明
<GuidAttribute("76B14DD9-D400-4516-BC92-73683B7DDE56")> _
Public Interface IDTSRunningPackages100 _
    Inherits IEnumerable
用法
Dim instance As IDTSRunningPackages100
[GuidAttribute("76B14DD9-D400-4516-BC92-73683B7DDE56")]
public interface IDTSRunningPackages100 : IEnumerable
[GuidAttribute(L"76B14DD9-D400-4516-BC92-73683B7DDE56")]
public interface class IDTSRunningPackages100 : IEnumerable
[<GuidAttribute("76B14DD9-D400-4516-BC92-73683B7DDE56")>]
type IDTSRunningPackages100 =  
    interface 
        interface IEnumerable 
    end
public interface IDTSRunningPackages100 extends IEnumerable

IDTSRunningPackages100 类型公开以下成员。

属性

  名称 说明
公共属性 Count 基础结构。Gets the number of elements contained in the collection.
公共属性 Item 基础结构。Gets the running package with the specified key.

页首

方法

  名称 说明
公共方法 GetEnumerator 基础结构。Gets an enumerator that iterates through the collection.

页首

注释

For more information, see RunningPackages.

请参阅

参考

Microsoft.SqlServer.Dts.Runtime.Wrapper 命名空间