FullTextIndexColumn Construtores

Definição

Sobrecargas

FullTextIndexColumn()

public FullTextIndexColumn();
Public Sub New ()

Aplica-se 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

Aplica-se a