ExtensionDeclarationAttribute Constructor
Initializes a new instance of the ExtensionDeclarationAttribute class.
Namespace: Microsoft.Data.Schema.Extensibility
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public Sub New ( _
extensionType As Type _
)
public ExtensionDeclarationAttribute(
Type extensionType
)
public:
ExtensionDeclarationAttribute(
Type^ extensionType
)
new :
extensionType:Type -> ExtensionDeclarationAttribute
public function ExtensionDeclarationAttribute(
extensionType : Type
)
Parameters
- extensionType
Type: System.Type
The extension type.
.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.