IDTSExecutables100 接口
此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。
Represents a collection of IDTSExecutable100 objects.
命名空间: Microsoft.SqlServer.Dts.Runtime.Wrapper
程序集: Microsoft.SqlServer.DTSRuntimeWrap(在 Microsoft.SqlServer.DTSRuntimeWrap.dll 中)
语法
声明
<GuidAttribute("0FAC005E-5ABD-4D1E-9B21-18F3DE622B24")> _
Public Interface IDTSExecutables100 _
Inherits IEnumerable
用法
Dim instance As IDTSExecutables100
[GuidAttribute("0FAC005E-5ABD-4D1E-9B21-18F3DE622B24")]
public interface IDTSExecutables100 : IEnumerable
[GuidAttribute(L"0FAC005E-5ABD-4D1E-9B21-18F3DE622B24")]
public interface class IDTSExecutables100 : IEnumerable
[<GuidAttribute("0FAC005E-5ABD-4D1E-9B21-18F3DE622B24")>]
type IDTSExecutables100 =
interface
interface IEnumerable
end
public interface IDTSExecutables100 extends IEnumerable
IDTSExecutables100 类型公开以下成员。
属性
名称 | 说明 | |
---|---|---|
Count | 基础结构。Gets the number of elements contained in the collection. | |
Item | 基础结构。Gets an IDTSExecutable100 object from the collection. |
页首
方法
名称 | 说明 | |
---|---|---|
Add | 基础结构。Adds a new container or task object to the collection. | |
Contains | 基础结构。Determines whether the items in the collection can be accessed using the index as the parameter. | |
GetEnumerator | 基础结构。Returns an enumerator that can iterate through the collection. | |
Join | 基础结构。Adds an existing container or task object to the collection. | |
Remove | 基础结构。Removes an IDTSExecutable100 object from the collection. |
页首