FullTextCatalogStatement.Options 속성
Gets the collection of fulltext catalog options.
네임스페이스: Microsoft.SqlServer.TransactSql.ScriptDom
어셈블리: Microsoft.SqlServer.TransactSql.ScriptDom(Microsoft.SqlServer.TransactSql.ScriptDom.dll)
구문
‘선언
Public ReadOnly Property Options As IList(Of FullTextCatalogOption)
Get
‘사용 방법
Dim instance As FullTextCatalogStatement
Dim value As IList(Of FullTextCatalogOption)
value = instance.Options
public IList<FullTextCatalogOption> Options { get; }
public:
property IList<FullTextCatalogOption^>^ Options {
IList<FullTextCatalogOption^>^ get ();
}
member Options : IList<FullTextCatalogOption>
function get Options () : IList<FullTextCatalogOption>
속성 값
유형: System.Collections.Generic.IList<FullTextCatalogOption>
The collection of fulltext catalog options.