ErrorCode propriété
Returns an Integer that identifies the error message.
Espace de noms : Microsoft.SqlServer.Dts.Design
Assembly : Microsoft.SqlServer.Dts.Design (dans 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 la propriété
Type : System. . :: . .Int32
An Integer that identifies the error message.