Click to Rate and Give Feedback
Community Content
In this section
Statistics Annotations (0)
Collapse All/Expand All Collapse All
Other versions are also available for the following:
ColumnCollection Class

The ColumnCollection class represents a collection of Column objects that represent all the columns defined on a table.

Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)
VisualBasicDeclaration
<DefaultMemberAttribute("Item")> _
Public NotInheritable Class ColumnCollection
    Inherits ParameterCollectionBase
CSharp
[DefaultMemberAttribute("Item")] 
public sealed class ColumnCollection : ParameterCollectionBase
ManagedCPlusPlus
[DefaultMemberAttribute(L"Item")] 
public ref class ColumnCollection sealed : public ParameterCollectionBase
JSharp
/** @attribute DefaultMemberAttribute("Item") */ 
public final class ColumnCollection extends ParameterCollectionBase
JScript
DefaultMemberAttribute("Item") 
public final class ColumnCollection extends ParameterCollectionBase

A ColumnCollection object can be used to gain access to a set of columns. You can use the Item property to return a specific Column object.


Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use | Trademarks | Privacy Statement
Page view tracker