DeploymentPlanExecutor.ExtensionHandle Property

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Gets the handle for this extension.

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

Syntax

'Declaration
Public ReadOnly Property ExtensionHandle As ExtensionHandle
public ExtensionHandle ExtensionHandle { get; }
public:
virtual property ExtensionHandle^ ExtensionHandle {
    ExtensionHandle^ get () sealed;
}
abstract ExtensionHandle : ExtensionHandle
override ExtensionHandle : ExtensionHandle
final function get ExtensionHandle () : ExtensionHandle

Property Value

Type: Microsoft.Data.Schema.Extensibility.ExtensionHandle
The extension handle.

Implements

IExtensionInformation.ExtensionHandle

.NET Framework Security

See Also

Reference

DeploymentPlanExecutor Class

Microsoft.Data.Schema.Build Namespace

ExtensionHandle