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.