ExtensionLoadError.AssociatedExtension 属性

获取关联的扩展句柄。

命名空间:  Microsoft.Data.Schema.Extensibility
程序集:  Microsoft.Data.Schema(在 Microsoft.Data.Schema.dll 中)

语法

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

属性值

类型:Microsoft.Data.Schema.Extensibility.ExtensionHandle
关联的扩展句柄。

.NET Framework 安全性

请参见

参考

ExtensionLoadError 类

Microsoft.Data.Schema.Extensibility 命名空间

ExtensionHandle