FullTextIndexColumn.Alter 메서드 (Boolean)

Modifies the full text index column.

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)

구문

‘선언
Public Sub Alter ( _
    noPopulation As Boolean _
)
‘사용 방법
Dim instance As FullTextIndexColumn 
Dim noPopulation As Boolean

instance.Alter(noPopulation)
public void Alter(
    bool noPopulation
)
public:
void Alter(
    bool noPopulation
)
member Alter : 
        noPopulation:bool -> unit
public function Alter(
    noPopulation : boolean
)

매개 변수

  • noPopulation
    유형: System.Boolean
    Specifies whether the full-text index is automatically populated after columns are modified.

참고 항목

참조

FullTextIndexColumn 클래스

Alter 오버로드

Microsoft.SqlServer.Management.Smo 네임스페이스