Clase ScriptingErrorEventArgs
The ScriptingErrorEventArgs object provides programmatic access to the arguments used to report the errors that occur during scripting operations.
Jerarquía de herencia
System. . :: . .Object
System. . :: . .EventArgs
Microsoft.SqlServer.Management.Smo..::..ScriptingErrorEventArgs
Espacio de nombres: Microsoft.SqlServer.Management.Smo
Ensamblado: Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Sintaxis
'Declaración
Public Class ScriptingErrorEventArgs _
Inherits EventArgs
'Uso
Dim instance As ScriptingErrorEventArgs
public class ScriptingErrorEventArgs : EventArgs
public ref class ScriptingErrorEventArgs : public EventArgs
type ScriptingErrorEventArgs =
class
inherit EventArgs
end
public class ScriptingErrorEventArgs extends EventArgs
El tipo ScriptingErrorEventArgs expone los siguientes miembros.
Propiedades
Nombre | Descripción | |
---|---|---|
Current | Gets the Urn object value that specifies the object that the operation is currently processing. | |
InnerException | Gets the exception instance that caused the current exception. |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
Equals | (Se hereda de Object.) | |
Finalize | (Se hereda de Object.) | |
GetHashCode | (Se hereda de Object.) | |
GetType | (Se hereda de Object.) | |
MemberwiseClone | (Se hereda de Object.) | |
ToString | (Se hereda de Object.) |
Arriba
Comentarios
Thread Safety
Todos los miembros estáticos (compartidos en Microsoft Visual Basic) públicos de este tipo son seguros para operaciones multiproceso. No se garantiza que los miembros de instancia sean seguros para subprocesos.
Seguridad para subprocesos
Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.