ComponentAccessControlAttribute Konstruktoren

Definition

Initialisiert eine neue Instanz der ComponentAccessControlAttribute-Klasse.

Überlädt

Name Beschreibung
ComponentAccessControlAttribute()

Initialisiert eine neue Instanz der ComponentAccessControlAttribute-Klasse.

ComponentAccessControlAttribute(Boolean)

Initialisiert eine neue Instanz der ComponentAccessControlAttribute Klasse und legt die Value Eigenschaft fest, um anzugeben, ob die COM+-Sicherheitskonfiguration aktiviert werden soll.

ComponentAccessControlAttribute()

Initialisiert eine neue Instanz der ComponentAccessControlAttribute-Klasse.

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

Gilt für:

ComponentAccessControlAttribute(Boolean)

Initialisiert eine neue Instanz der ComponentAccessControlAttribute Klasse und legt die Value Eigenschaft fest, um anzugeben, ob die COM+-Sicherheitskonfiguration aktiviert werden soll.

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

Parameter

val
Boolean

truedie Sicherheitsüberprüfung bei Aufrufen einer Komponente zu ermöglichen; andernfalls . false

Gilt für: