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