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 or sets the columns for the view.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public ReadOnly Property Columns As IList(Of Identifier)
Get
'Usage
Dim instance As ViewStatementBody
Dim value As IList(Of Identifier)
value = instance.Columns
public IList<Identifier> Columns { get; }
public:
property IList<Identifier^>^ Columns {
IList<Identifier^>^ get ();
}
member Columns : IList<Identifier>
function get Columns () : IList<Identifier>
Property Value
Type: System.Collections.Generic.IList<Identifier>
The columns for the view.