TransactionsSectionGroup Klasse

Definition

Stellt einen Konfigurationsabschnitt dar, der alle XML-Elemente und -Attribute der Transaktionskonfiguration innerhalb dieses Konfigurationsabschnitts kapselt und deren Durchlaufen ermöglicht. Diese Klasse kann nicht vererbt werden.

public ref class TransactionsSectionGroup sealed : System::Configuration::ConfigurationSectionGroup
public sealed class TransactionsSectionGroup : System.Configuration.ConfigurationSectionGroup
type TransactionsSectionGroup = class
    inherit ConfigurationSectionGroup
Public NotInheritable Class TransactionsSectionGroup
Inherits ConfigurationSectionGroup
Vererbung
TransactionsSectionGroup

Konstruktoren

TransactionsSectionGroup()

Initialisiert eine neue Instanz der TransactionsSectionGroup-Klasse.

Eigenschaften

DefaultSettings

Ruft die Standardeinstellungen ab, mit denen Elemente und Attribute in einem Transaktionsabschnitt initialisiert werden.

IsDeclarationRequired

Ruft einen Wert ab, der angibt, ob die Deklaration dieses ConfigurationSectionGroup-Objekts erforderlich ist.

(Geerbt von ConfigurationSectionGroup)
IsDeclared

Ruft einen Wert ab, der angibt, ob dieses ConfigurationSectionGroup-Objekt deklariert wird.

(Geerbt von ConfigurationSectionGroup)
MachineSettings

Ruft die Konfigurationseinstellungen ab, die auf der Computerebene festgelegt sind.

Name

Ruft die Namenseigenschaft dieses ConfigurationSectionGroup-Objekts ab.

(Geerbt von ConfigurationSectionGroup)
SectionGroupName

Ruft den dieser ConfigurationSectionGroup zugeordneten Abschnittsgruppennamen ab.

(Geerbt von ConfigurationSectionGroup)
SectionGroups

Ruft ein ConfigurationSectionGroupCollection-Objekt ab, das alle ConfigurationSectionGroup-Objekte enthält, die untergeordnete Elemente dieses ConfigurationSectionGroup-Objekts sind.

(Geerbt von ConfigurationSectionGroup)
Sections

Ruft ein ConfigurationSectionCollection-Objekt ab, das alle ConfigurationSection-Objekte innerhalb dieses ConfigurationSectionGroup-Objekts enthält.

(Geerbt von ConfigurationSectionGroup)
Type

Ruft den Typ für dieses ConfigurationSectionGroup-Objekt ab oder legt diesen fest.

(Geerbt von ConfigurationSectionGroup)

Methoden

Equals(Object)

Bestimmt, ob das angegebene Objekt gleich dem aktuellen Objekt ist.

(Geerbt von Object)
ForceDeclaration()

Erzwingt die Deklaration für dieses ConfigurationSectionGroup-Objekt.

(Geerbt von ConfigurationSectionGroup)
ForceDeclaration(Boolean)

Erzwingt die Deklaration für dieses ConfigurationSectionGroup-Objekt.

(Geerbt von ConfigurationSectionGroup)
GetHashCode()

Fungiert als Standardhashfunktion.

(Geerbt von Object)
GetSectionGroup(Configuration)

Stellt statischen Zugriff auf eine TransactionsSectionGroup bereit.

GetType()

Ruft den Type der aktuellen Instanz ab.

(Geerbt von Object)
MemberwiseClone()

Erstellt eine flache Kopie des aktuellen Object.

(Geerbt von Object)
ShouldSerializeSectionGroupInTargetVersion(FrameworkName)

Gibt an, ob die aktuelle ConfigurationSectionGroup Instanz serialisiert werden soll, wenn die Konfigurationsobjekthierarchie für die angegebene Zielversion des .NET Framework serialisiert wird.

(Geerbt von ConfigurationSectionGroup)
ToString()

Gibt eine Zeichenfolge zurück, die das aktuelle Objekt darstellt.

(Geerbt von Object)

Gilt für: