ISqlFullTextIndex 介面
將全文檢索索引模型化。
命名空間: Microsoft.Data.Schema.Sql.SchemaModel
組件: Microsoft.Data.Schema.Sql (在 Microsoft.Data.Schema.Sql.dll 中)
語法
'宣告
Public Interface ISqlFullTextIndex _
Inherits IDatabaseIndex, ISqlSupportsReplication, ISqlModelElement, IScriptSourcedModelElement, _
IModelElement, IModelPropertyContainer, IModelEntity, IModelAnnotationHolder
public interface ISqlFullTextIndex : IDatabaseIndex,
ISqlSupportsReplication, ISqlModelElement, IScriptSourcedModelElement, IModelElement, IModelPropertyContainer,
IModelEntity, IModelAnnotationHolder
public interface class ISqlFullTextIndex : IDatabaseIndex,
ISqlSupportsReplication, ISqlModelElement, IScriptSourcedModelElement, IModelElement, IModelPropertyContainer,
IModelEntity, IModelAnnotationHolder
type ISqlFullTextIndex =
interface
interface IDatabaseIndex
interface ISqlSupportsReplication
interface ISqlModelElement
interface IScriptSourcedModelElement
interface IModelElement
interface IModelPropertyContainer
interface IModelEntity
interface IModelAnnotationHolder
end
public interface ISqlFullTextIndex extends IDatabaseIndex, ISqlSupportsReplication, ISqlModelElement, IScriptSourcedModelElement, IModelElement, IModelPropertyContainer, IModelEntity, IModelAnnotationHolder
ISqlFullTextIndex 型別會公開下列成員。
屬性
名稱 | 說明 | |
---|---|---|
Catalog | 取得或設定儲存索引所在的目錄。 | |
Columns | 取得要建立索引之資料行的清單。 | |
ElementClass | 取得項目的中繼資料類別。 (繼承自 IModelElement)。 | |
IndexedObject | 索引物件。 (繼承自 IDatabaseIndex)。 | |
IndexedObject | 取得或設定索引所涵蓋的物件。 | |
IsDisabled | 取得或設定值,這個值指出是否停用索引。 | |
IsReplicated | 取得或設定值,這個值表示物件是否必須進行複寫。 (繼承自 ISqlSupportsReplication)。 | |
KeyName | 取得或設定要使用的唯一索引鍵索引。 | |
Model | 取得模型參考。 (繼承自 IModelEntity)。 | |
Name | 取得或設定項目的名稱。 (繼承自 IModelElement)。 | |
PrimarySource | 取得項目之主要來源的相關資訊。 (繼承自 IScriptSourcedModelElement)。 | |
ResolutionStatus | 取得或設定模型項目解析狀態的值。 (繼承自 IModelElement)。 | |
SecondarySources | 取得項目的次要來源清單。 (繼承自 IScriptSourcedModelElement)。 | |
SourceCodePositions | 取得定義這個項目的來源清單。 (繼承自 IModelElement)。 | |
ValidationStatus | 取得或設定模型項目驗證狀態的值。 (繼承自 IModelElement)。 |
回頁首
方法
回頁首