ModelTranslator.ExtensionHandle Property
Gets the handle for the inherent data schema extension.
Namespace: Microsoft.Data.Schema.SchemaModel.Translation
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public Property ExtensionHandle As ExtensionHandle
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)
Property Value
Type: Microsoft.Data.Schema.Extensibility.ExtensionHandle
The handle for the extension.
Implements
IExtensionInformation.ExtensionHandle
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.