Costruttore IndexedColumn (Index, String)

Initializes a new instance of the IndexedColumn class on the specified index and with the specified name.

Spazio dei nomi  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Sintassi

'Dichiarazione
Public Sub New ( _
    index As Index, _
    name As String _
)
'Utilizzo
Dim index As Index 
Dim name As String 

Dim instance As New IndexedColumn(index, name)
public IndexedColumn(
    Index index,
    string name
)
public:
IndexedColumn(
    Index^ index, 
    String^ name
)
new : 
        index:Index * 
        name:string -> IndexedColumn
public function IndexedColumn(
    index : Index, 
    name : String
)

Parametri

Esempi

Creazione, modifica e rimozione di indici

Vedere anche

Riferimento

IndexedColumn Classe

Overload IndexedColumn

Spazio dei nomi Microsoft.SqlServer.Management.Smo

Altre risorse

Indici

CREATE INDEX (Transact-SQL)