Freigeben über


AutomationConnectionBoundObject.Connection Eigenschaft

Definition

Ruft die Verbindungsdetails für das verbindungsgebundene Objekt ab.

public:
 property AutomationConnection ^ Connection { AutomationConnection ^ get(); };
AutomationConnection Connection();
public AutomationConnection Connection { get; }
var automationConnection = automationConnectionBoundObject.connection;
Public ReadOnly Property Connection As AutomationConnection

Eigenschaftswert

Die Verbindungsdetails für das verbindungsgebundene Objekt.

Gilt für:

Weitere Informationen