Generator.SetExtensionHandle Method
Sets the extension handle, as specified.
Namespace: Microsoft.Data.Schema.DataGenerator
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public Sub SetExtensionHandle ( _
handle As ExtensionHandle _
)
'Usage
Dim instance As Generator
Dim handle As ExtensionHandle
instance.SetExtensionHandle(handle)
public void SetExtensionHandle(
ExtensionHandle handle
)
public:
virtual void SetExtensionHandle(
ExtensionHandle^ handle
) sealed
public final function SetExtensionHandle(
handle : ExtensionHandle
)
abstract SetExtensionHandle :
handle:ExtensionHandle -> unit
override SetExtensionHandle :
handle:ExtensionHandle -> unit
Parameters
- handle
Type: Microsoft.Data.Schema.Extensibility.ExtensionHandle
The specified ExtensionHandle
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.