Compartir a través de


FullTextIndexColumn Constructor (FullTextIndex, String)

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

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
Public Sub New ( _
    fullTextIndex As FullTextIndex, _
    name As String _
)
'Uso
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
)

Parámetros

  • name
    Tipo: System.String
    A String value that specifies the name of the full-text index column.

Vea también

Referencia

FullTextIndexColumn Clase

Sobrecarga de FullTextIndexColumn

Espacio de nombres Microsoft.SqlServer.Management.Smo