Méthode Add (IndexedColumn)
Adds an IndexedColumn object to the IndexedColumnCollection object.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
Public Sub Add ( _
indexedColumn As IndexedColumn _
)
'Utilisation
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
)
Paramètres
- indexedColumn
Type : Microsoft.SqlServer.Management.Smo. . :: . .IndexedColumn
An IndexedColumn object value that is to be added into the IndexedColumnCollection column collection.
Voir aussi