ErrorCode Propiedad
Esta API admite la infraestructura de y no está prevista su utilización directa desde el código.
For more information, see DtsError.
Espacio de nombres: Microsoft.SqlServer.Dts.Runtime.Wrapper
Ensamblado: Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintaxis
'Declaración
Default Property ErrorCode As Integer
Get
Set
'Uso
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)
Valor de la propiedad
Tipo: System. . :: . .Int32
Vea también