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
- 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.