Aracılığıyla paylaş


IDTSContainer100.ForceExecutionValue Özelliği

Bu API altyapısını destekler ve doğrudan kodunuz içinden kullanılmak üzere tasarlanmamıştır.

Daha fazla bilgi için, bkz. DtsContainer.

Ad Alanı:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Derleme:  Microsoft.SqlServer.DTSRuntimeWrap (Microsoft.SqlServer.DTSRuntimeWrap içinde.dll)

Sözdizimi

'Bildirim
Property ForceExecutionValue As Boolean
    Get
    Set
'Kullanım
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)

Özellik Değeri

Tür: System.Boolean