ModelTranslator.ExtensionHandle-Eigenschaft

Ruft das Handle für die inhärente Datenschemaerweiterung ab.

Namespace:  Microsoft.Data.Schema.SchemaModel.Translation
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
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)

Eigenschaftswert

Typ: Microsoft.Data.Schema.Extensibility.ExtensionHandle
Das Handle für die Erweiterung.

Implementiert

IExtensionInformation.ExtensionHandle

.NET Framework-Sicherheit

Siehe auch

Referenz

ModelTranslator Klasse

Microsoft.Data.Schema.SchemaModel.Translation-Namespace

ExtensionHandle