FullTextIndexColumn Constructores

Definición

Sobrecargas

FullTextIndexColumn()

public FullTextIndexColumn();
Public Sub New ()

Se aplica a

FullTextIndexColumn(FullTextIndex, String)

public FullTextIndexColumn(Microsoft.SqlServer.Management.Smo.FullTextIndex fullTextIndex, string name);
new Microsoft.SqlServer.Management.Smo.FullTextIndexColumn : Microsoft.SqlServer.Management.Smo.FullTextIndex * string -> Microsoft.SqlServer.Management.Smo.FullTextIndexColumn
Public Sub New (fullTextIndex As FullTextIndex, name As String)

Parámetros

fullTextIndex
FullTextIndex
name
String

Se aplica a