Share via


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

See Also

Reference

IExtensionProxy<T> Interface

Microsoft.Data.Schema.Extensibility Namespace