Share via


ExtensionManager Constructor

Initializes an instance of ExtensionManager by using the qualified type name of the DatabaseSchemaProvider.

Namespace:  Microsoft.Data.Schema.Extensibility
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
Public Sub New ( _
    databaseSchemaProviderType As String _
)
public ExtensionManager(
    string databaseSchemaProviderType
)
public:
ExtensionManager(
    String^ databaseSchemaProviderType
)
new : 
        databaseSchemaProviderType:string -> ExtensionManager
public function ExtensionManager(
    databaseSchemaProviderType : String
)

Parameters

  • databaseSchemaProviderType
    Type: System.String
    A string that contains the fully qualified type name of the DatabaseSchemaProvider. For example, typeof(Sql80DatabaseSchemaProvider).FullName.

.NET Framework Security

See Also

Reference

ExtensionManager Class

Microsoft.Data.Schema.Extensibility Namespace

ExtensionManager

DatabaseSchemaProvider

IExtension