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 column names.
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 PrivilegeSecurityElement80
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>
A list of column names.