Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Sets the handle for 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.
Implements
IExtensionInformation.SetExtensionHandle(ExtensionHandle)
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | The provided handle parameter is nulla null reference (Nothing in Visual Basic). |
.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.