Add méthode
Adds a FullTextIndexColumn object to the full-text index column collection.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (dans Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
Public Sub Add ( _
fullTextIndexColumn As FullTextIndexColumn _
)
'Utilisation
Dim instance As FullTextIndexColumnCollection
Dim fullTextIndexColumn As FullTextIndexColumn
instance.Add(fullTextIndexColumn)
public void Add(
FullTextIndexColumn fullTextIndexColumn
)
public:
void Add(
FullTextIndexColumn^ fullTextIndexColumn
)
member Add :
fullTextIndexColumn:FullTextIndexColumn -> unit
public function Add(
fullTextIndexColumn : FullTextIndexColumn
)
Paramètres
- fullTextIndexColumn
Type : Microsoft.SqlServer.Management.Smo. . :: . .FullTextIndexColumn
A FullTextIndexColumn object value that is to be added into the full-text index column collection.