IExtensionInformation.SetExtensionHandle Method
Sets the extension handle.
Namespace: Microsoft.Data.Schema.Extensibility
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Sub SetExtensionHandle ( _
handle As ExtensionHandle _
)
void SetExtensionHandle(
ExtensionHandle handle
)
void SetExtensionHandle(
ExtensionHandle^ handle
)
abstract SetExtensionHandle :
handle:ExtensionHandle -> unit
function SetExtensionHandle(
handle : ExtensionHandle
)
Parameters
- handle
Type: Microsoft.Data.Schema.Extensibility.ExtensionHandle
The extension handle.
.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.