FullTextIndexColumn 构造函数 (FullTextIndex, String)
Initializes a new instance of the FullTextIndexColumn class on the specified full-text index and with the specified name.
命名空间: Microsoft.SqlServer.Management.Smo
程序集: Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)
语法
声明
Public Sub New ( _
fullTextIndex As FullTextIndex, _
name As String _
)
用法
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
)
参数
- fullTextIndex
类型:Microsoft.SqlServer.Management.Smo. . :: . .FullTextIndex
A FullTextIndex object that owns the FullTextIndexColumn object.
- name
类型:System. . :: . .String
A String value that specifies the name of the full-text index column.