IDTSConnections100 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
提供用於處理連接管理員集合的屬性和方法。
public interface class IDTSConnections100 : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("0AC6B94B-9159-4B01-9BFF-A970CDE56774")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSConnections100 : System.Collections.IEnumerable
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("1C3948FA-FAAA-4A94-AC6B-25BF62132A47")]
public interface IDTSConnections100 : System.Collections.IEnumerable
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("1A72DB26-B683-45B0-B47E-FC609FF2235F")]
public interface IDTSConnections100 : System.Collections.IEnumerable
[<System.Runtime.InteropServices.Guid("0AC6B94B-9159-4B01-9BFF-A970CDE56774")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSConnections100 = interface
interface IEnumerable
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("1C3948FA-FAAA-4A94-AC6B-25BF62132A47")>]
type IDTSConnections100 = interface
interface IEnumerable
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("1A72DB26-B683-45B0-B47E-FC609FF2235F")>]
type IDTSConnections100 = interface
interface IEnumerable
Public Interface IDTSConnections100
Implements IEnumerable
- 屬性
- 實作
備註
如需詳細資訊,請參閱Connections。
屬性
Count |
取得集合中包含的項目數目。 |
Item[Object] |
傳回具有指定索引鍵的連接管理員。 |
方法
Add(String) |
將指定連接類型的連接管理員加入至集合。 |
AddFromXML(Object, IDTSEvents100) |
將已在 XML 文件中序列化的連接管理員加入至集合。 |
Contains(Object) |
判斷集合是否包含具有指定索引鍵的連接管理員。 |
GetEnumerator() |
取得可逐一查看集合的列舉值。 |
Join(IDTSConnectionManager100) |
將指定的連接管理員聯結至此集合中。 |
Remove(Object) |
從集合中移除連接管理員。 |