共用方式為


ModelTranslator.ExtensionHandle 屬性

取得固有資料結構描述擴充的控制代碼。

命名空間:  Microsoft.Data.Schema.SchemaModel.Translation
組件:  Microsoft.Data.Schema (在 Microsoft.Data.Schema.dll 中)

語法

'宣告
Public Property ExtensionHandle As ExtensionHandle
    Get
    Private Set
public ExtensionHandle ExtensionHandle { get; private set; }
public:
virtual property ExtensionHandle^ ExtensionHandle {
    ExtensionHandle^ get () sealed;
    private: void set (ExtensionHandle^ value) sealed;
}
abstract ExtensionHandle : ExtensionHandle with get, private set
override ExtensionHandle : ExtensionHandle with get, private set
final function get ExtensionHandle () : ExtensionHandle
private final function set ExtensionHandle (value : ExtensionHandle)

屬性值

型別:Microsoft.Data.Schema.Extensibility.ExtensionHandle
擴充的控制代碼。

實作

IExtensionInformation.ExtensionHandle

.NET Framework 安全性

請參閱

參考

ModelTranslator 類別

Microsoft.Data.Schema.SchemaModel.Translation 命名空間

ExtensionHandle