Sdílet prostřednictvím


SqlInterpreter – konstruktor

Inicializuje novou instanci SqlInterpreter Třída

Obor názvů:  Microsoft.Data.Schema.Sql.SchemaModel
Sestavení:  Microsoft.Data.Schema.Sql (v Microsoft.Data.Schema.Sql.dll)

Syntaxe

'Deklarace
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
)

Parametry

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

SqlInterpreter Třída

Microsoft.Data.Schema.Sql.SchemaModel – obor názvů