Generator.SetExtensionHandle Method
Sets the extension handle by using the specified extension handle.
Namespace: Microsoft.Data.Schema.Tools.DataGenerator
Assembly: Microsoft.Data.Schema.Tools (in Microsoft.Data.Schema.Tools.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.