CreateFullTextIndexStatement.Options 속성

Gets or sets the list of Optional CHANGE_TRACKING and STOPLIST options.

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

구문

‘선언
Public ReadOnly Property Options As IList(Of FullTextIndexOption)
    Get
‘사용 방법
Dim instance As CreateFullTextIndexStatement 
Dim value As IList(Of FullTextIndexOption)

value = instance.Options
public IList<FullTextIndexOption> Options { get; }
public:
property IList<FullTextIndexOption^>^ Options {
    IList<FullTextIndexOption^>^ get ();
}
member Options : IList<FullTextIndexOption>
function get Options () : IList<FullTextIndexOption>

속성 값

유형: System.Collections.Generic.IList<FullTextIndexOption>
The list of Optional CHANGE_TRACKING and STOPLIST options.

참고 항목

참조

CreateFullTextIndexStatement 클래스

Microsoft.SqlServer.TransactSql.ScriptDom 네임스페이스