IDTSVariables100 接口

此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。

Provides properties and methods for working on a collection of IDTSVariable100 objects.

命名空间:  Microsoft.SqlServer.Dts.Runtime.Wrapper
程序集:  Microsoft.SqlServer.DTSRuntimeWrap(在 Microsoft.SqlServer.DTSRuntimeWrap.dll 中)

语法

声明
<GuidAttribute("44A3E77E-56F5-4F98-8F87-A1E3DF65A5A4")> _
Public Interface IDTSVariables100 _
    Inherits IEnumerable
用法
Dim instance As IDTSVariables100
[GuidAttribute("44A3E77E-56F5-4F98-8F87-A1E3DF65A5A4")]
public interface IDTSVariables100 : IEnumerable
[GuidAttribute(L"44A3E77E-56F5-4F98-8F87-A1E3DF65A5A4")]
public interface class IDTSVariables100 : IEnumerable
[<GuidAttribute("44A3E77E-56F5-4F98-8F87-A1E3DF65A5A4")>]
type IDTSVariables100 =  
    interface 
        interface IEnumerable 
    end
public interface IDTSVariables100 extends IEnumerable

IDTSVariables100 类型公开以下成员。

属性

  名称 说明
公共属性 Count 基础结构。Gets the number of elements contained in the collection.
公共属性 Item 基础结构。Gets an IDTSVariable100 object from the collection.
公共属性 Locked 基础结构。Gets a value that indicates whether the variables in the collection are locked.

页首

方法

  名称 说明
公共方法 Add 基础结构。Adds a IDTSVariable100 object to the collection.
公共方法 Contains 基础结构。Determines whether the items in the collection can be accessed by using indexing without throwing an exception.
公共方法 GetEnumerator 基础结构。Returns an IEnumerator enumerator for use in iterating over the collection.
公共方法 Join 基础结构。Joins the IDTSVariable100 to the collection.
公共方法 Remove 基础结构。Removes an IDTSVariable100 object from the collection.
公共方法 Unlock 基础结构。Releases the locks on the collection and flags the state of the collection as invalid or unknown.

页首

请参阅

参考

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