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.
Instantiates an ExtensionHandle.
Namespace: Microsoft.Data.Schema.Extensibility
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public Function Instantiate As TInterfaceType
public TInterfaceType Instantiate()
public:
TInterfaceType Instantiate()
member Instantiate : unit -> 'TInterfaceType
public function Instantiate() : TInterfaceType
Return Value
Type: TInterfaceType
Remarks
TInterfaceType refers to the extension interface type that is used to instantiate this 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.