FullTextIndexColumn コンストラクター (FullTextIndex, String)
指定したフルテキスト インデックスで、指定した名前を使用して FullTextIndexColumn クラスの新しいインスタンスを初期化します。
名前空間: 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
FullTextIndexColumn オブジェクトを所有する FullTextIndex オブジェクトです。
- name
型: System. . :: . .String
フルテキスト インデックス列の名前を示す String 値です。