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


Интерфейс Variable

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

For more information, see VariableClass.

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

Синтаксис

'Декларация
<GuidAttribute("8E98BF46-3063-4324-9A79-D80C069C1B02")> _
Public Interface Variable _
    Inherits IDTSVariable100
'Применение
Dim instance As Variable
[GuidAttribute("8E98BF46-3063-4324-9A79-D80C069C1B02")]
public interface Variable : IDTSVariable100
[GuidAttribute(L"8E98BF46-3063-4324-9A79-D80C069C1B02")]
public interface class Variable : IDTSVariable100
[<GuidAttribute("8E98BF46-3063-4324-9A79-D80C069C1B02")>]
type Variable =  
    interface 
        interface IDTSVariable100 
    end
public interface Variable extends IDTSVariable100

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

Свойства

  Имя Описание
Открытое свойство DataType Инфраструктура. Gets the data type of the variable. (Производный от IDTSVariable100.)
Открытое свойство EvaluateAsExpression Инфраструктура. Gets or sets a value that indicates whether the variable contains an expression. (Производный от IDTSVariable100.)
Открытое свойство IncludeInDebugDump Gets or sets a value that specifies whether the variable value is included in the debug dump files. (Производный от IDTSVariable100.)
Открытое свойство Namespace Инфраструктура. Gets or sets the namespace that the variable belongs to. (Производный от IDTSVariable100.)
Открытое свойство Parent Инфраструктура. Gets the parent container of the variable. (Производный от IDTSVariable100.)
Открытое свойство QualifiedName Инфраструктура. Gets the fully qualified name of the variable, including the namespace. This property is read-only. (Производный от IDTSVariable100.)
Открытое свойство RaiseChangedEvent Инфраструктура. Gets or sets a value that indicates whether the variable has been flagged to raise the OnVariableValueChanged(IDTSContainer100, IDTSVariable100, Boolean%) event when the value of the variable changes. (Производный от IDTSVariable100.)
Открытое свойство ReadOnly Инфраструктура. Gets or sets a value that indicates whether the variable is read-only and cannot have its value modified. (Производный от IDTSVariable100.)
Открытое свойство SystemVariable Инфраструктура. Gets a value that indicates whether the variable is a system variable. This property is read-only. (Производный от IDTSVariable100.)
Открытое свойство Value Инфраструктура. Gets or sets the value assigned to the variable. (Производный от IDTSVariable100.)

В начало

Методы

  Имя Описание
Открытый метод GetValueWithContext Инфраструктура. Retrieves the value with the specified context. (Производный от IDTSVariable100.)

В начало

См. также

Справочник

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