Класс 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) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.