Microsoft.SqlServer.TransactSql.ScriptDom by Microsoft

<PackageReference Include="Microsoft.SqlServer.TransactSql.ScriptDom" Version="161.8817.2" />

.NET API 5,151,152 bytes

 OutputIntoClause

Represents the OutputInto Clause
public TableReference IntoTable { get; set; }

Represents the table, can be SchemaObjectTableReference or VariableTableReference. Optional may be null.

The columns for the table. Optional, may have zero elements.

The first list of select columns.