Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.