Sql100Interpreter Class
Interprets T-SQL fragments to define the schema that would be generated.
Namespace: Microsoft.Data.Schema.Sql.SchemaModel.SqlServer
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Public Class Sql100Interpreter _
Inherits SqlInterpreter
'Usage
Dim instance As Sql100Interpreter
public class Sql100Interpreter : SqlInterpreter
public ref class Sql100Interpreter : public SqlInterpreter
public class Sql100Interpreter extends SqlInterpreter
type Sql100Interpreter =
class
inherit SqlInterpreter
end
Inheritance Hierarchy
System.Object
Microsoft.Data.Schema.Sql.SchemaModel.SqlServer.SqlInterpreter
Microsoft.Data.Schema.Sql.SchemaModel.SqlServer.Sql100Interpreter
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.