IndexedColumn Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
IndexedColumn() | |
IndexedColumn(Index, String) | |
IndexedColumn(Index, String, Boolean) |
IndexedColumn()
public IndexedColumn ();
Public Sub New ()
Applies to
IndexedColumn(Index, String)
public IndexedColumn (Microsoft.SqlServer.Management.Smo.Index index, string name);
new Microsoft.SqlServer.Management.Smo.IndexedColumn : Microsoft.SqlServer.Management.Smo.Index * string -> Microsoft.SqlServer.Management.Smo.IndexedColumn
Public Sub New (index As Index, name As String)
Parameters
- index
- Index
- name
- String
Applies to
IndexedColumn(Index, String, Boolean)
public IndexedColumn (Microsoft.SqlServer.Management.Smo.Index index, string name, bool descending);
new Microsoft.SqlServer.Management.Smo.IndexedColumn : Microsoft.SqlServer.Management.Smo.Index * string * bool -> Microsoft.SqlServer.Management.Smo.IndexedColumn
Public Sub New (index As Index, name As String, descending As Boolean)
Parameters
- index
- Index
- name
- String
- descending
- Boolean