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 | |
---|---|---|
IndexColumn | Initializes a new instance of the IndexColumn class with specified name and order. |
Top
Properties
Name | Description | |
---|---|---|
Name | Gets the column name of the current index. | |
SortOrder | Gets or sets the collation of the specified object. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (inherited from Object) | |
Finalize | (inherited from Object) | |
GetHashCode | (inherited from Object) | |
GetType | (inherited from Object) | |
MemberwiseClone | (inherited from Object) | |
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.