TransactionsSectionGroup クラス

定義

この構成セクション内にあるすべてのトランザクション構成 XML 要素と属性の走査をカプセル化し、許可する構成セクションを表します。 このクラスは継承できません。

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
継承
TransactionsSectionGroup

コンストラクター

名前 説明
TransactionsSectionGroup()

TransactionsSectionGroup クラスの新しいインスタンスを初期化します。

プロパティ

名前 説明
DefaultSettings

トランザクション セクションの要素と属性を初期化するために使用される既定の設定を取得します。

IsDeclarationRequired

この ConfigurationSectionGroup オブジェクト宣言が必要かどうかを示す値を取得します。

(継承元 ConfigurationSectionGroup)
IsDeclared

この ConfigurationSectionGroup オブジェクトが宣言されているかどうかを示す値を取得します。

(継承元 ConfigurationSectionGroup)
MachineSettings

コンピューター レベルで設定された構成設定を取得します。

Name

この ConfigurationSectionGroup オブジェクトの name プロパティを取得します。

(継承元 ConfigurationSectionGroup)
SectionGroupName

この ConfigurationSectionGroupに関連付けられているセクション グループ名を取得します。

(継承元 ConfigurationSectionGroup)
SectionGroups

このConfigurationSectionGroupCollection オブジェクトの子であるすべてのConfigurationSectionGroup オブジェクトを含むConfigurationSectionGroup オブジェクトを取得します。

(継承元 ConfigurationSectionGroup)
Sections

このConfigurationSectionCollection オブジェクト内のすべてのConfigurationSection オブジェクトを含むConfigurationSectionGroup オブジェクトを取得します。

(継承元 ConfigurationSectionGroup)
Type

この ConfigurationSectionGroup オブジェクトの型を取得または設定します。

(継承元 ConfigurationSectionGroup)

メソッド

名前 説明
Equals(Object)

指定したオブジェクトが現在のオブジェクトと等しいかどうかを判断します。

(継承元 Object)
ForceDeclaration()

この ConfigurationSectionGroup オブジェクトの宣言を強制します。

(継承元 ConfigurationSectionGroup)
ForceDeclaration(Boolean)

この ConfigurationSectionGroup オブジェクトの宣言を強制します。

(継承元 ConfigurationSectionGroup)
GetHashCode()

既定のハッシュ関数として機能します。

(継承元 Object)
GetSectionGroup(Configuration)

TransactionsSectionGroupへの静的アクセスを提供します。

GetType()

現在のインスタンスの Type を取得します。

(継承元 Object)
MemberwiseClone()

現在の Objectの簡易コピーを作成します。

(継承元 Object)
ShouldSerializeSectionGroupInTargetVersion(FrameworkName)

.NET Framework の指定したターゲット バージョンに対して構成オブジェクト階層をシリアル化するときに、現在の ConfigurationSectionGroup インスタンスをシリアル化するかどうかを示します。

(継承元 ConfigurationSectionGroup)
ToString()

現在のオブジェクトを表す文字列を返します。

(継承元 Object)

適用対象