ProjectVariablesWrapper 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
重要
此 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() |
釋放變數集合上的變數鎖定。 |