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
- handle
Type: Microsoft.Data.Schema.Extensibility.ExtensionHandle
An ExtensionHandle object.
Implements
IExtensionInformation.SetExtensionHandle(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.