Właściwość IDTSError100.ErrorCode
Ten interfejs API obsługuje infrastrukturę programu i nie jest przeznaczony do użycia bezpośrednio w kodzie.
Aby uzyskać więcej informacji, zobacz temat DtsError.
Przestrzeń nazw: Microsoft.SqlServer.Dts.Runtime.Wrapper
Zestaw: Microsoft.SqlServer.DTSRuntimeWrap (w Microsoft.SqlServer.DTSRuntimeWrap.dll)
Składnia
'Deklaracja
Default Property ErrorCode As Integer
Get
Set
'Użycie
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)
Wartość właściwości
Typ: System.Int32
Zobacz także