IndexColumn Class

Class representing the schema information for a given Index Column.

Inheritance Hierarchy

System.Object
  Microsoft.SqlServerCe.Management.Scripting.Schema.IndexColumn

Namespace:  Microsoft.SqlServerCe.Management.Scripting.Schema
Assembly:  Microsoft.SqlServerCe.Management.Scripting (in Microsoft.SqlServerCe.Management.Scripting.dll)

Syntax

'Declaration
Public Class IndexColumn
'Usage
Dim instance As IndexColumn
public class IndexColumn
public ref class IndexColumn
type IndexColumn =  class end
public class IndexColumn

The IndexColumn type exposes the following members.

Constructors

  Name Description
Public method IndexColumn Initializes a new instance of the IndexColumn class with specified name and order.

Top

Properties

  Name Description
Public property Name Gets the column name of the current index.
Public property SortOrder Gets or sets the collation of the specified object.

Top

Methods

  Name Description
Public method Equals (inherited from Object)
Protected method Finalize (inherited from Object)
Public method GetHashCode (inherited from Object)
Public method GetType (inherited from Object)
Protected method MemberwiseClone (inherited from Object)
Public method ToString (inherited from Object)

Top

Thread Safety

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.

See Also

Reference

Microsoft.SqlServerCe.Management.Scripting.Schema Namespace