FullTextIndexColumn Constructor (FullTextIndex, String)

指定したフルテキスト インデックスで、指定した名前を使用して FullTextIndexColumn クラスの新しいインスタンスを初期化します。

名前空間: Microsoft.SqlServer.Management.Smo
アセンブリ: Microsoft.SqlServer.Smo (microsoft.sqlserver.smo.dll 内)

構文

'宣言
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
)

パラメータ

  • name
    フルテキスト インデックス列の名前を示す String 値です。

解説

この名前空間、クラス、またはメンバは、Microsoft .NET Framework Version 2.0 でのみサポートされています。

プラットフォーム

開発プラットフォーム

サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。

対象プラットフォーム

サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。

参照

関連項目

FullTextIndexColumn Class
FullTextIndexColumn Members
Microsoft.SqlServer.Management.Smo Namespace