Partager via


Propriété IComponentErrorInfo.ErrorCode

Returns an Integer that identifies the error message.

Espace de noms :  Microsoft.SqlServer.Dts.Design
Assembly :  Microsoft.SqlServer.Dts.Design (en Microsoft.SqlServer.Dts.Design.dll)

Syntaxe

'Déclaration
ReadOnly Property ErrorCode As Integer 
    Get
'Utilisation
Dim instance As IComponentErrorInfo 
Dim value As Integer 

value = instance.ErrorCode
int ErrorCode { get; }
property int ErrorCode {
    int get ();
}
abstract ErrorCode : int
function get ErrorCode () : int

Valeur de propriété

Type : System.Int32
An Integer that identifies the error message.

Voir aussi

Référence

IComponentErrorInfo Interface

Espace de noms Microsoft.SqlServer.Dts.Design