Partager via


ModelTranslator.ExtensionHandle, propriété

Obtient le handle pour l'extension de schéma de données inhérente.

Espace de noms :  Microsoft.Data.Schema.SchemaModel.Translation
Assembly :  Microsoft.Data.Schema (dans Microsoft.Data.Schema.dll)

Syntaxe

'Déclaration
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)

Valeur de propriété

Type : Microsoft.Data.Schema.Extensibility.ExtensionHandle
Handle pour l'extension.

Implémentations

IExtensionInformation.ExtensionHandle

Sécurité .NET Framework

Voir aussi

Référence

ModelTranslator Classe

Microsoft.Data.Schema.SchemaModel.Translation, espace de noms

ExtensionHandle