ScriptingErrorEventArgs-Klasse

The ScriptingErrorEventArgs object provides programmatic access to the arguments used to report the errors that occur during scripting operations.

Vererbungshierarchie

System. . :: . .Object
  System. . :: . .EventArgs
    Microsoft.SqlServer.Management.Smo..::..ScriptingErrorEventArgs

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

'Declaration
Public Class ScriptingErrorEventArgs _
    Inherits EventArgs
'Usage
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

Der ScriptingErrorEventArgs-Typ macht folgende Elemente verfügbar.

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft Current Gets the Urn object value that specifies the object that the operation is currently processing.
Öffentliche Eigenschaft InnerException Gets the exception instance that caused the current exception.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Equals (Geerbt von Object.)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Hinweise

Thread Safety

Alle öffentlichen, statischen Elemente dieses Typs (Shared in Microsoft Visual Basic) sind für Vorgänge mit mehreren Threads sicher. Für Instanzelemente kann nicht sichergestellt werden, dass sie für Threads sicher sind.

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.