Свойство TaskHostClass.ExecValueVariable
Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.
Gets or sets the custom variable that contains the execution value of the task.
Пространство имен: Microsoft.SqlServer.Dts.Runtime.Wrapper
Сборка: Microsoft.SqlServer.DTSRuntimeWrap (в Microsoft.SqlServer.DTSRuntimeWrap.dll)
Синтаксис
'Декларация
Public Overridable Default Property ExecValueVariable As IDTSVariable100
Get
Set
'Применение
Dim instance As TaskHostClass
Dim value As IDTSVariable100
value = instance
instance = value
public virtual IDTSVariable100 this { get; set; }
public:
virtual property IDTSVariable100^ default {
IDTSVariable100^ get ();
void set (IDTSVariable100^ value);
}
abstract ExecValueVariable : IDTSVariable100 with get, set
override ExecValueVariable : IDTSVariable100 with get, set
function get ExecValueVariable () : IDTSVariable100
function set ExecValueVariable (value : IDTSVariable100)
Значение свойства
Тип: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSVariable100
The custom variable that contains the execution value of the task.
Реализует
IDTSTaskHost100.ExecValueVariable