SqlDatabaseSchemaProvider Constructor
Namespace: Microsoft.Data.Schema.Sql.SqlDsp
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Protected Sub New ( _
ParamArray serviceConstructorTypes As Type() _
)
'Usage
Dim serviceConstructorTypes As Type()
Dim instance As New SqlDatabaseSchemaProvider(serviceConstructorTypes)
protected SqlDatabaseSchemaProvider(
params Type[] serviceConstructorTypes
)
protected:
SqlDatabaseSchemaProvider(
... array<Type^>^ serviceConstructorTypes
)
protected function SqlDatabaseSchemaProvider(
... serviceConstructorTypes : Type[]
)
new :
serviceConstructorTypes:Type[] -> SqlDatabaseSchemaProvider
Parameters
- serviceConstructorTypes
Type: array<System.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.
See Also
Reference
SqlDatabaseSchemaProvider Class