ConstructionEnabledAttribute Konstruktoren

Definition

Initialisiert eine neue Instanz der ConstructionEnabledAttribute-Klasse.

Überlädt

ConstructionEnabledAttribute()

Initialisiert eine neue Instanz der ConstructionEnabledAttribute-Klasse sowie die Standardeinstellungen für Enabled und Default.

ConstructionEnabledAttribute(Boolean)

Initialisiert eine neue Instanz der ConstructionEnabledAttribute-Klasse und legt Enabled auf den angegebenen Wert fest.

ConstructionEnabledAttribute()

Initialisiert eine neue Instanz der ConstructionEnabledAttribute-Klasse sowie die Standardeinstellungen für Enabled und Default.

public:
 ConstructionEnabledAttribute();
public ConstructionEnabledAttribute ();
Public Sub New ()

Hinweise

In der folgenden Tabelle sind die anfänglichen Eigenschaftswerte für eine instance von ConstructionEnabledAttributeaufgeführt.

Eigenschaft Wert
Default Eine leere Zeichenfolge ("")
Enabled true

Gilt für:

ConstructionEnabledAttribute(Boolean)

Initialisiert eine neue Instanz der ConstructionEnabledAttribute-Klasse und legt Enabled auf den angegebenen Wert fest.

public:
 ConstructionEnabledAttribute(bool val);
public ConstructionEnabledAttribute (bool val);
new System.EnterpriseServices.ConstructionEnabledAttribute : bool -> System.EnterpriseServices.ConstructionEnabledAttribute
Public Sub New (val As Boolean)

Parameter

val
Boolean

true, wenn die Konstruktionsunterstützung für COM+-Objekte aktiviert werden soll, andernfalls false.

Gilt für: