FullTextIndexColumn.Create 메서드 (Boolean)

Creates a full-text index column on the instance of Microsoft SQL Server as defined by the FullTextIndexColumn object with the option to specify whether the full-text index is automatically populated after columns are added or removed.

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

구문

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

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

매개 변수

  • noPopulation
    유형: System.Boolean
    A Boolean value that specifies whether the full-text index is automatically populated after columns are added or removed.If True, the full-text index is not automatically populated after columns are added or removed.If False, the full-text index is automatically populated after columns are added or removed.

참고 항목

참조

FullTextIndexColumn 클래스

Create 오버로드

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