Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets a list of columns for the table.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public ReadOnly Property IntoTableColumns As IList(Of ColumnReferenceExpression)
Get
'Usage
Dim instance As OutputIntoClause
Dim value As IList(Of ColumnReferenceExpression)
value = instance.IntoTableColumns
public IList<ColumnReferenceExpression> IntoTableColumns { get; }
public:
property IList<ColumnReferenceExpression^>^ IntoTableColumns {
IList<ColumnReferenceExpression^>^ get ();
}
member IntoTableColumns : IList<ColumnReferenceExpression>
function get IntoTableColumns () : IList<ColumnReferenceExpression>
Property Value
Type: System.Collections.Generic.IList<ColumnReferenceExpression>
A list of columns for the table.