Share via


Constructeur FullTextIndexColumn (FullTextIndex, String)

Initializes a new instance of the FullTextIndexColumn class on the specified full-text index and with the specified name.

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
Public Sub New ( _
    fullTextIndex As FullTextIndex, _
    name As String _
)
'Utilisation
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
)

Paramètres