Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
Adds an IndexedColumn object to the IndexedColumnCollection object.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public Sub Add ( _
indexedColumn As IndexedColumn _
)
'Usage
Dim instance As IndexedColumnCollection
Dim indexedColumn As IndexedColumn
instance.Add(indexedColumn)
public void Add(
IndexedColumn indexedColumn
)
public:
void Add(
IndexedColumn^ indexedColumn
)
member Add :
indexedColumn:IndexedColumn -> unit
public function Add(
indexedColumn : IndexedColumn
)
Parameters
- indexedColumn
Type: Microsoft.SqlServer.Management.Smo.IndexedColumn
An IndexedColumn object value that is to be added into the IndexedColumnCollection column collection.