共用方式為


IDTSConfigurations100 介面

此 API 支援 SQL Server 2012 基礎結構,但無法直接從您的程式碼使用。

Represents a collection of IDTSConfiguration100 objects.

命名空間:  Microsoft.SqlServer.Dts.Runtime.Wrapper
組件:  Microsoft.SqlServer.DTSRuntimeWrap (在 Microsoft.SqlServer.DTSRuntimeWrap.dll 中)

語法

'宣告
<GuidAttribute("1443FC2D-D441-4D9A-8B10-71416203E2CF")> _
Public Interface IDTSConfigurations100 _
    Inherits IEnumerable
'用途
Dim instance As IDTSConfigurations100
[GuidAttribute("1443FC2D-D441-4D9A-8B10-71416203E2CF")]
public interface IDTSConfigurations100 : IEnumerable
[GuidAttribute(L"1443FC2D-D441-4D9A-8B10-71416203E2CF")]
public interface class IDTSConfigurations100 : IEnumerable
[<GuidAttribute("1443FC2D-D441-4D9A-8B10-71416203E2CF")>]
type IDTSConfigurations100 =  
    interface 
        interface IEnumerable 
    end
public interface IDTSConfigurations100 extends IEnumerable

IDTSConfigurations100 型別公開下列成員。

屬性

  名稱 說明
公用屬性 Count 基礎結構。Gets the number of elements in the collection.
公用屬性 Item 基礎結構。Gets a IDTSConfiguration100 object from the collection.

上層

方法

  名稱 說明
公用方法 Add 基礎結構。Adds a IDTSConfiguration100 object to the end of the collection.
公用方法 GetEnumerator 基礎結構。Returns an enumerator for iterating over the IDTSConfiguration100 collection.
公用方法 InsertAfter 基礎結構。Adds a IDTSConfiguration100 object into the collection after an existing IDTSConfiguration100 object.
公用方法 InsertBefore 基礎結構。Adds a IDTSConfiguration100 object into the collection before an existing IDTSConfiguration100 object.
公用方法 MoveAfter 基礎結構。Relocates a IDTSConfiguration100 object after an existing IDTSConfiguration100 object.
公用方法 MoveBefore 基礎結構。Relocates a IDTSConfiguration100 object in front of an existing IDTSConfiguration100 object.
公用方法 Remove 基礎結構。Removes an IDTSConfiguration100 object from the collection.

上層

備註

For more information, see Configurations.

請參閱

參考

Microsoft.SqlServer.Dts.Runtime.Wrapper 命名空間