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
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.