Поделиться через


Класс ProjectVariablesWrapper

Contains a collection of project variables wrapper.

Этот API-интерфейс несовместим с CLS. 

Иерархия наследования

System.Object
  Microsoft.SqlServer.Dts.Runtime.ProjectVariablesWrapper

Пространство имен:  Microsoft.SqlServer.Dts.Runtime
Сборка:  Microsoft.SqlServer.ManagedDTS (в Microsoft.SqlServer.ManagedDTS.dll)

Синтаксис

'Декларация
<ComVisibleAttribute(True)> _
<CLSCompliantAttribute(False)> _
Public NotInheritable Class ProjectVariablesWrapper _
    Implements IDTSVariables100, IEnumerable
'Применение
Dim instance As ProjectVariablesWrapper
[ComVisibleAttribute(true)]
[CLSCompliantAttribute(false)]
public sealed class ProjectVariablesWrapper : IDTSVariables100, 
    IEnumerable
[ComVisibleAttribute(true)]
[CLSCompliantAttribute(false)]
public ref class ProjectVariablesWrapper sealed : IDTSVariables100, 
    IEnumerable
[<SealedAttribute>]
[<ComVisibleAttribute(true)>]
[<CLSCompliantAttribute(false)>]
type ProjectVariablesWrapper =  
    class 
        interface IDTSVariables100 
        interface IEnumerable 
    end
public final class ProjectVariablesWrapper implements IDTSVariables100, IEnumerable

Тип ProjectVariablesWrapper обеспечивает доступ к следующим элементам.

Конструкторы

  Имя Описание
Открытый метод ProjectVariablesWrapper Initializes a new instance of the ProjectVariablesWrapper class using the specified project.

В начало

Свойства

  Имя Описание
Открытое свойство Count Gets the number of elements contained in the ProjectVariablesWrapper instance.
Открытое свойство Item Gets the specified IDTSVariable100 object from the ProjectVariablesWrapper collection.
Открытое свойство Locked Gets whether the variables in the ProjectVariablesWrapper collection are locked.

В начало

Методы

  Имя Описание
Открытый метод Add Adds a specified IDTSVariable100 object to the ProjectVariablesWrapper instance.
Открытый метод Contains Indicates whether the item in the ProjectVariablesWrapper collection can be accessed by using indexing.
Открытый метод Equals (Производный от Object.)
Открытый метод GetEnumerator Returns an IEnumerator object from ProjectVariablesWrapper instance.
Открытый метод GetHashCode (Производный от Object.)
Открытый метод GetType (Производный от Object.)
Открытый метод Join Joins the IDTSVariable100 variable in the ProjectVariablesWrapper collection.
Открытый метод Remove Removes a variable object from the ProjectVariablesWrapper instance.
Открытый метод ToString (Производный от Object.)
Открытый метод Unlock Releases the locks on the variables on the variables collection.

В начало

Безопасность многопоточности

Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.

См. также

Справочник

Пространство имен Microsoft.SqlServer.Dts.Runtime