Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the extension handle.
Namespace: Microsoft.Data.Schema.DataGenerator
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public ReadOnly Property ExtensionHandle As ExtensionHandle
'Usage
Dim instance As Generator
Dim value As ExtensionHandle
value = instance.ExtensionHandle
public ExtensionHandle ExtensionHandle { get; }
public:
virtual property ExtensionHandle^ ExtensionHandle {
ExtensionHandle^ get () sealed;
}
public final function get ExtensionHandle () : ExtensionHandle
Property Value
Type: Microsoft.Data.Schema.Extensibility.ExtensionHandle
Returns a 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.