Proprietà IDTSError100.ErrorCode

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

For more information, see DtsError.

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

Sintassi

'Dichiarazione
Default Property ErrorCode As Integer 
    Get 
    Set
'Utilizzo
Dim instance As IDTSError100 
Dim value As Integer 

value = instance

instance = value
int this { get; set; }
property int default {
    int get ();
    void set (int value);
}
abstract ErrorCode : int with get, set
function get ErrorCode () : int 
function set ErrorCode (value : int)

Valore proprietà

Tipo: System.Int32

Vedere anche

Riferimento

IDTSError100 Interfaccia

Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Wrapper