IDTSConnections100 接口
此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。
Provides properties and methods for working on a collection of connection managers.
命名空间: Microsoft.SqlServer.Dts.Runtime.Wrapper
程序集: Microsoft.SqlServer.DTSRuntimeWrap(在 Microsoft.SqlServer.DTSRuntimeWrap.dll 中)
语法
声明
<GuidAttribute("9E24C6D5-D81E-4084-BBBC-8FA689780239")> _
Public Interface IDTSConnections100 _
Inherits IEnumerable
用法
Dim instance As IDTSConnections100
[GuidAttribute("9E24C6D5-D81E-4084-BBBC-8FA689780239")]
public interface IDTSConnections100 : IEnumerable
[GuidAttribute(L"9E24C6D5-D81E-4084-BBBC-8FA689780239")]
public interface class IDTSConnections100 : IEnumerable
[<GuidAttribute("9E24C6D5-D81E-4084-BBBC-8FA689780239")>]
type IDTSConnections100 =
interface
interface IEnumerable
end
public interface IDTSConnections100 extends IEnumerable
IDTSConnections100 类型公开以下成员。
属性
名称 | 说明 | |
---|---|---|
Count | 基础结构。Gets the number of items contained in the collection. | |
Item | 基础结构。Returns the connection manager with the specified key. |
页首
方法
名称 | 说明 | |
---|---|---|
Add | 基础结构。Adds the connection manager of the specified connection type to collection. | |
AddFromXML | 基础结构。Adds the connection manager that was serialized in the XML document to the collection. | |
Contains | 基础结构。Determines whether the collection contains the connection manager with the specified key. | |
GetEnumerator | 基础结构。Gets an enumerator that iterates through the collection. | |
Join | 基础结构。Joins the specified connection manager into this collection. | |
Remove | 基础结构。Removes the connection manager from the collection. |
页首
注释
For more information, see Connections.