PlanGenerationOptions.ExtensionHandle Property

Gets or sets the extension handle.

Namespace:  Microsoft.Data.Schema.Build
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
Public Property ExtensionHandle As ExtensionHandle
    Get
    Private Set
'Usage
Dim instance As PlanGenerationOptions
Dim value As ExtensionHandle

value = instance.ExtensionHandle
public ExtensionHandle ExtensionHandle { get; private set; }
public:
virtual property ExtensionHandle^ ExtensionHandle {
    ExtensionHandle^ get () sealed;
    private: void set (ExtensionHandle^ value) sealed;
}
final function get ExtensionHandle () : ExtensionHandle
private final function set ExtensionHandle (value : ExtensionHandle)
abstract ExtensionHandle : ExtensionHandle with get, private set
override ExtensionHandle : ExtensionHandle with get, private set

Property Value

Type: Microsoft.Data.Schema.Extensibility.ExtensionHandle

Implements

IExtensionInformation.ExtensionHandle

.NET Framework Security

See Also

Reference

PlanGenerationOptions Class

PlanGenerationOptions Members

Microsoft.Data.Schema.Build Namespace