IDTSExecutables100 接口
此 API 支持 SQL Server 2008 基础结构,但不能通过代码直接使用。
For more information, see Executables.
命名空间: Microsoft.SqlServer.Dts.Runtime.Wrapper
程序集: Microsoft.SqlServer.DTSRuntimeWrap(在 Microsoft.SqlServer.DTSRuntimeWrap.dll 中)
语法
声明
<GuidAttribute("3A6C5A5A-00A8-45B3-B60E-13540CBE3F4F")> _
Public Interface IDTSExecutables100 _
Inherits IEnumerable
用法
Dim instance As IDTSExecutables100
[GuidAttribute("3A6C5A5A-00A8-45B3-B60E-13540CBE3F4F")]
public interface IDTSExecutables100 : IEnumerable
[GuidAttribute(L"3A6C5A5A-00A8-45B3-B60E-13540CBE3F4F")]
public interface class IDTSExecutables100 : IEnumerable
[<GuidAttribute("3A6C5A5A-00A8-45B3-B60E-13540CBE3F4F")>]
type IDTSExecutables100 =
interface
interface IEnumerable
end
public interface IDTSExecutables100 extends IEnumerable
IDTSExecutables100 类型公开以下成员。
属性
名称 | 说明 | |
---|---|---|
Count | 基础结构。For more information, see Executables. | |
Item | 基础结构。For more information, see Executables. |
页首
方法
名称 | 说明 | |
---|---|---|
Add | 基础结构。For more information, see Executables. | |
Contains | 基础结构。For more information, see Executables. | |
GetEnumerator() () () () | (从 IEnumerable 继承。) | |
GetEnumerator() () () () | 基础结构。For more information, see Executables. | |
Join | 基础结构。For more information, see Executables. | |
Remove | 基础结构。For more information, see Executables. |
页首