Konstruktor FullTextIndexColumn (FullTextIndex, String)
Inicjuje nowe wystąpienie FullTextIndexColumn klasy określonego indeksu pełnotekstowego i o określonej nazwie.
Przestrzeń nazw: Microsoft.SqlServer.Management.Smo
Zestaw: Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)
Składnia
'Deklaracja
Public Sub New ( _
fullTextIndex As FullTextIndex, _
name As String _
)
'Użycie
Dim fullTextIndex As FullTextIndex
Dim name As String
Dim instance As New FullTextIndexColumn(fullTextIndex, _
name)
public FullTextIndexColumn(
FullTextIndex fullTextIndex,
string name
)
public:
FullTextIndexColumn(
FullTextIndex^ fullTextIndex,
String^ name
)
new :
fullTextIndex:FullTextIndex *
name:string -> FullTextIndexColumn
public function FullTextIndexColumn(
fullTextIndex : FullTextIndex,
name : String
)
Parametry
- fullTextIndex
Typ: Microsoft.SqlServer.Management.Smo.FullTextIndex
A FullTextIndex obiekt, który jest właścicielem FullTextIndexColumn obiektu.
- name
Typ: System.String
A String wartość, która określa nazwę kolumna indeksu pełnotekstowego.