IndexedColumn Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
IndexedColumn()
public IndexedColumn();
Public Sub New ()
S’applique à
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)
Paramètres
- index
- Index
- name
- String
S’applique à
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)
Paramètres
- index
- Index
- name
- String
- descending
- Boolean