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


Класс VariableDispenserClass

Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.

Represents a variable dispenser class.

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

System.Object
  Microsoft.SqlServer.Dts.Runtime.Wrapper.VariableDispenserClass

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

Синтаксис

'Декларация
<ClassInterfaceAttribute(ClassInterfaceType.None)> _
<GuidAttribute("274B8C44-F64C-47B4-AB4D-E3E45FC8AAE2")> _
Public Class VariableDispenserClass _
    Implements VariableDispenser, IDTSVariableDispenser100
'Применение
Dim instance As VariableDispenserClass
[ClassInterfaceAttribute(ClassInterfaceType.None)]
[GuidAttribute("274B8C44-F64C-47B4-AB4D-E3E45FC8AAE2")]
public class VariableDispenserClass : VariableDispenser, 
    IDTSVariableDispenser100
[ClassInterfaceAttribute(ClassInterfaceType::None)]
[GuidAttribute(L"274B8C44-F64C-47B4-AB4D-E3E45FC8AAE2")]
public ref class VariableDispenserClass : VariableDispenser, 
    IDTSVariableDispenser100
[<ClassInterfaceAttribute(ClassInterfaceType.None)>]
[<GuidAttribute("274B8C44-F64C-47B4-AB4D-E3E45FC8AAE2")>]
type VariableDispenserClass =  
    class 
        interface VariableDispenser 
        interface IDTSVariableDispenser100 
    end
public class VariableDispenserClass implements VariableDispenser, IDTSVariableDispenser100

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

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

  Имя Описание
Открытый метод VariableDispenserClass Инфраструктура. Initializes a new instance of the VariableDispenserClass class.

В начало

Методы

  Имя Описание
Открытый метод Contains Инфраструктура. Specifies whether an item can be retrieve from the collection by using indexing without throwing an exception.
Открытый метод Equals (Производный от Object.)
Защищенный метод Finalize (Производный от Object.)
Открытый метод GetHashCode (Производный от Object.)
Открытый метод GetQualifiedName Returns the qualified name of the variable.
Открытый метод GetType (Производный от Object.)
Открытый метод GetVariables Locks the variables that are in the read-only list and the read/write list.
Открытый метод LockForRead Инфраструктура. Adds the variable to the list of variables to be locked for read-only access.
Открытый метод LockForWrite Инфраструктура. Adds the variable to the list of variables to be locked for read/write access.
Открытый метод LockOneForRead Инфраструктура. Puts the variable in a list, and then locks it for read-only access.
Открытый метод LockOneForWrite Инфраструктура. Puts the variable in a list, and then locks it for read/write access.
Защищенный метод MemberwiseClone (Производный от Object.)
Открытый метод Reset Инфраструктура. Clears both the read-only list and read/write list.
Открытый метод ToString (Производный от Object.)

В начало

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

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

См. также

Справочник

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