SqlInterpreter Constructor
Initializes a new instance of the SqlInterpreter class.
Namespace: Microsoft.Data.Schema.Sql.SchemaModel
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Protected Sub New ( _
comparer As ModelCollationComparer, _
defaultSchema As String _
)
protected SqlInterpreter(
ModelCollationComparer comparer,
string defaultSchema
)
protected:
SqlInterpreter(
ModelCollationComparer^ comparer,
String^ defaultSchema
)
new :
comparer:ModelCollationComparer *
defaultSchema:string -> SqlInterpreter
protected function SqlInterpreter(
comparer : ModelCollationComparer,
defaultSchema : String
)
Parameters
- comparer
Type: Microsoft.Data.Schema.SchemaModel.ModelCollationComparer
- defaultSchema
Type: System.String
.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.