共用方式為


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