Compartilhar via


Propriedade ModelTranslator.ExtensionHandle

Obtém o identificador para a extensão do esquema de dados inerente.

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

Sintaxe

'Declaração
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)

Valor de propriedade

Tipo: Microsoft.Data.Schema.Extensibility.ExtensionHandle
O identificador para a extensão.

Implementações

IExtensionInformation.ExtensionHandle

Segurança do .NET Framework

Consulte também

Referência

ModelTranslator Classe

Namespace Microsoft.Data.Schema.SchemaModel.Translation

ExtensionHandle