IDTSConnectionInfos100 接口
此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。
Contains information about all the connections on the computer. The collection contains IDTSConnectionInfo100 objects that provide the details about each connection. The collection is available using the ApplicationClass class.
命名空间: Microsoft.SqlServer.Dts.Runtime.Wrapper
程序集: Microsoft.SqlServer.DTSRuntimeWrap(在 Microsoft.SqlServer.DTSRuntimeWrap.dll 中)
语法
声明
<GuidAttribute("DE4C1E38-CECA-486C-93F9-FF8F4133EF64")> _
Public Interface IDTSConnectionInfos100 _
Inherits IEnumerable
用法
Dim instance As IDTSConnectionInfos100
[GuidAttribute("DE4C1E38-CECA-486C-93F9-FF8F4133EF64")]
public interface IDTSConnectionInfos100 : IEnumerable
[GuidAttribute(L"DE4C1E38-CECA-486C-93F9-FF8F4133EF64")]
public interface class IDTSConnectionInfos100 : IEnumerable
[<GuidAttribute("DE4C1E38-CECA-486C-93F9-FF8F4133EF64")>]
type IDTSConnectionInfos100 =
interface
interface IEnumerable
end
public interface IDTSConnectionInfos100 extends IEnumerable
IDTSConnectionInfos100 类型公开以下成员。
属性
名称 | 说明 | |
---|---|---|
Count | 基础结构。Gets the number of IDTSConnectionInfo100 objects in the collection. | |
Item | 基础结构。Gets the IDTSConnectionInfo100 object from the collection by the name, index, ID, or identity. |
页首
方法
名称 | 说明 | |
---|---|---|
GetEnumerator | 基础结构。Returns an IEnumerator object that iterates through the IDTSConnectionInfos100 collection. |
页首
注释
For more information, see ConnectionInfos.