Share via


DeploymentPlanExecutor.SetExtensionHandle Method

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

Sets the value of the handle of this extension.

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

Syntax

'Declaration
Public Sub SetExtensionHandle ( _
    handle As ExtensionHandle _
)
public void SetExtensionHandle(
    ExtensionHandle handle
)
public:
virtual void SetExtensionHandle(
    ExtensionHandle^ handle
) sealed
abstract SetExtensionHandle : 
        handle:ExtensionHandle -> unit 
override SetExtensionHandle : 
        handle:ExtensionHandle -> unit 
public final function SetExtensionHandle(
    handle : ExtensionHandle
)

Parameters

Implements

IExtensionInformation.SetExtensionHandle(ExtensionHandle)

.NET Framework Security

See Also

Reference

DeploymentPlanExecutor Class

Microsoft.Data.Schema.Build Namespace

ExtensionHandle