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


Свойство IDTSContainer100.ForceExecutionValue

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

Gets or sets a value that indicates whether the execution value of the container should be forced to contain a particular value.

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

Синтаксис

'Декларация
Property ForceExecutionValue As Boolean 
    Get 
    Set
'Применение
Dim instance As IDTSContainer100 
Dim value As Boolean 

value = instance.ForceExecutionValue

instance.ForceExecutionValue = value
bool ForceExecutionValue { get; set; }
property bool ForceExecutionValue {
    bool get ();
    void set (bool value);
}
abstract ForceExecutionValue : bool with get, set
function get ForceExecutionValue () : boolean 
function set ForceExecutionValue (value : boolean)

Значение свойства

Тип: System.Boolean
true if the execution value of the container should be forced to contain a particular value; otherwise, false.

Замечания

For more information, see DtsContainer.

См. также

Справочник

IDTSContainer100 Интерфейс

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