नोट
इस पेज तक पहुँच के लिए प्रमाणन की आवश्यकता होती है. आप साइन इन करने या निर्देशिकाओं को बदलने का प्रयास कर सकते हैं.
इस पेज तक पहुँच के लिए प्रमाणन की आवश्यकता होती है. आप निर्देशिकाओं को बदलने का प्रयास कर सकते हैं.
Initializes a new instance of the FullTextIndexColumn class on the specified full-text index and with the specified name.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)
Syntax
'Declaration
Public Sub New ( _
fullTextIndex As FullTextIndex, _
name As String _
)
public FullTextIndexColumn (
FullTextIndex fullTextIndex,
string name
)
public:
FullTextIndexColumn (
FullTextIndex^ fullTextIndex,
String^ name
)
public FullTextIndexColumn (
FullTextIndex fullTextIndex,
String name
)
public function FullTextIndexColumn (
fullTextIndex : FullTextIndex,
name : String
)
Parameters
- fullTextIndex
A FullTextIndex object that owns the FullTextIndexColumn object.
- name
A String value that specifies the name of the full-text index column.
Remarks
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
See Also
Reference
FullTextIndexColumn Class
FullTextIndexColumn Members
Microsoft.SqlServer.Management.Smo Namespace