Freigeben über


ExtensionLoadError.AssociatedExtension-Eigenschaft

Ruft das zugeordnete Erweiterungshandle ab.

Namespace:  Microsoft.Data.Schema.Extensibility
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
Public ReadOnly Property AssociatedExtension As ExtensionHandle
    Get
public ExtensionHandle AssociatedExtension { get; }
public:
property ExtensionHandle^ AssociatedExtension {
    ExtensionHandle^ get ();
}
member AssociatedExtension : ExtensionHandle
function get AssociatedExtension () : ExtensionHandle

Eigenschaftswert

Typ: Microsoft.Data.Schema.Extensibility.ExtensionHandle
Das zugeordnete Erweiterungshandle.

.NET Framework-Sicherheit

Siehe auch

Referenz

ExtensionLoadError Klasse

Microsoft.Data.Schema.Extensibility-Namespace

ExtensionHandle