ReadOnlyVariablesNotAvailableException-Klasse

Exception raised by the Script component when the ReadOnlyVariables collection is not available.

Vererbungshierarchie

System. . :: . .Object
  System. . :: . .Exception
    System. . :: . .ApplicationException
      Microsoft.SqlServer.Dts.Pipeline..::..ReadOnlyVariablesNotAvailableException

Namespace:  Microsoft.SqlServer.Dts.Pipeline
Assembly:  Microsoft.SqlServer.TxScript (in Microsoft.SqlServer.TxScript.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Class ReadOnlyVariablesNotAvailableException _
    Inherits ApplicationException
'Usage
Dim instance As ReadOnlyVariablesNotAvailableException
[SerializableAttribute]
public class ReadOnlyVariablesNotAvailableException : ApplicationException
[SerializableAttribute]
public ref class ReadOnlyVariablesNotAvailableException : public ApplicationException
[<SerializableAttribute>]
type ReadOnlyVariablesNotAvailableException =  
    class
        inherit ApplicationException
    end
public class ReadOnlyVariablesNotAvailableException extends ApplicationException

Der ReadOnlyVariablesNotAvailableException-Typ macht folgende Elemente verfügbar.

Konstruktoren

  Name Beschreibung
Öffentliche Methode ReadOnlyVariablesNotAvailableException Initializes a new instance of the ReadOnlyVariablesNotAvailableException class.

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft Data (Geerbt von Exception.)
Öffentliche Eigenschaft HelpLink (Geerbt von Exception.)
Geschützte Eigenschaft HResult (Geerbt von Exception.)
Öffentliche Eigenschaft InnerException (Geerbt von Exception.)
Öffentliche Eigenschaft Message (Geerbt von Exception.)
Öffentliche Eigenschaft Source (Geerbt von Exception.)
Öffentliche Eigenschaft StackTrace (Geerbt von Exception.)
Öffentliche Eigenschaft TargetSite (Geerbt von Exception.)

Zum Anfang

Methoden

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

Zum Anfang

Threadsicherheit

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