Campo DTS_E_VARIABLEALREADYONWRITELIST

The variable "%1" is already on the write list. A variable may only be added once to either the read lock list or the write lock list.

Spazio dei nomi:  Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)

Sintassi

'Dichiarazione
Public Const DTS_E_VARIABLEALREADYONWRITELIST As Integer
'Utilizzo
Dim value As Integer

value = HResults.DTS_E_VARIABLEALREADYONWRITELIST
public const int DTS_E_VARIABLEALREADYONWRITELIST
public:
literal int DTS_E_VARIABLEALREADYONWRITELIST
static val mutable DTS_E_VARIABLEALREADYONWRITELIST: int
public const var DTS_E_VARIABLEALREADYONWRITELIST : int