다음을 통해 공유


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
)

매개 변수