ProjectVariablesWrapper 類別

定義

重要

此 API 不符合 CLS 規範。

包含專案變數包裝函式的集合。

public ref class ProjectVariablesWrapper sealed : Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSVariables100, System::Collections::IEnumerable
[System.CLSCompliant(false)]
[System.Runtime.InteropServices.ComVisible(true)]
public sealed class ProjectVariablesWrapper : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSVariables100, System.Collections.IEnumerable
[<System.CLSCompliant(false)>]
[<System.Runtime.InteropServices.ComVisible(true)>]
type ProjectVariablesWrapper = class
    interface IDTSVariables100
    interface IEnumerable
Public NotInheritable Class ProjectVariablesWrapper
Implements IDTSVariables100, IEnumerable
繼承
ProjectVariablesWrapper
屬性
實作

建構函式

ProjectVariablesWrapper(Project)

使用指定的專案,初始化 ProjectVariablesWrapper 類別的新執行個體。

屬性

Count

取得 ProjectVariablesWrapper 執行個體中包含的元素數目。

Item[Object]

IDTSVariable100 集合中取得指定的 ProjectVariablesWrapper 物件。

Locked

取得 ProjectVariablesWrapper 集合中的變數是否已鎖定。

方法

Add(String, Boolean, String, Object)

將指定的 IDTSVariable100 物件加入至 ProjectVariablesWrapper 執行個體。

Contains(Object)

指出是否可以使用索引來存取 ProjectVariablesWrapper 集合中的項目。

GetEnumerator()

IEnumerator 執行個體中傳回 ProjectVariablesWrapper 物件。

Join(IDTSVariable100)

IDTSVariable100 集合中加入 ProjectVariablesWrapper 變數。

Remove(Object)

ProjectVariablesWrapper 執行個體中移除變數物件。

Unlock()

釋放變數集合上的變數鎖定。

適用於