Sdílet prostřednictvím


SqlSchemaModelException – konstruktor (String)

Inicializuje novou instanci SqlSchemaModelException Třída

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

Syntaxe

'Deklarace
Public Sub New ( _
    message As String _
)
public SqlSchemaModelException(
    string message
)
public:
SqlSchemaModelException(
    String^ message
)
new : 
        message:string -> SqlSchemaModelException
public function SqlSchemaModelException(
    message : String
)

Parametry

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

SqlSchemaModelException Třída

SqlSchemaModelException – přetížení

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