ISql90XmlIndex 介面
模型化 XML 索引。
命名空間: Microsoft.Data.Schema.Sql.SchemaModel
組件: Microsoft.Data.Schema.Sql (在 Microsoft.Data.Schema.Sql.dll 中)
語法
'宣告
Public Interface ISql90XmlIndex _
Inherits ISqlIndexBase, IDatabaseIndex, IModelNamed, ISqlExtendedPropertyHost, _
ISqlModelElement, IScriptSourcedModelElement, IModelElement, IModelPropertyContainer, IModelEntity, _
IModelAnnotationHolder
public interface ISql90XmlIndex : ISqlIndexBase,
IDatabaseIndex, IModelNamed, ISqlExtendedPropertyHost, ISqlModelElement, IScriptSourcedModelElement,
IModelElement, IModelPropertyContainer, IModelEntity, IModelAnnotationHolder
public interface class ISql90XmlIndex : ISqlIndexBase,
IDatabaseIndex, IModelNamed, ISqlExtendedPropertyHost, ISqlModelElement, IScriptSourcedModelElement,
IModelElement, IModelPropertyContainer, IModelEntity, IModelAnnotationHolder
type ISql90XmlIndex =
interface
interface ISqlIndexBase
interface IDatabaseIndex
interface IModelNamed
interface ISqlExtendedPropertyHost
interface ISqlModelElement
interface IScriptSourcedModelElement
interface IModelElement
interface IModelPropertyContainer
interface IModelEntity
interface IModelAnnotationHolder
end
public interface ISql90XmlIndex extends ISqlIndexBase, IDatabaseIndex, IModelNamed, ISqlExtendedPropertyHost, ISqlModelElement, IScriptSourcedModelElement, IModelElement, IModelPropertyContainer, IModelEntity, IModelAnnotationHolder
ISql90XmlIndex 型別會公開下列成員。
屬性
名稱 | 說明 | |
---|---|---|
Column | 取得或設定要建立索引之物件中的 XML 資料行。 | |
DoAllowPageLocks | 取得或設定值,這個值指出是否允許頁面層級的鎖定。 | |
DoAllowRowLocks | 取得或設定值,這個值指出是否允許資料列層級的鎖定。 | |
DoDropExisting | 取得或設定值,這個值表示是否捨棄並重建具名的既有 XML 索引。 | |
DoRecomputeStatistics | 取得或設定值,這個值表示是否重新計算分佈統計資料。 | |
DoSortInTempDB | 取得或設定值,這個值表示是否將暫存結果儲存在 TempDB 資料庫中。 | |
ElementClass | 取得項目的中繼資料類別。 (繼承自 IModelElement)。 | |
ExtendedProperties | 取得此物件的擴充屬性清單。 (繼承自 ISqlExtendedPropertyHost)。 | |
FillFactor | 取得或設定索引填滿因數。 | |
IndexedObject | 索引物件。 (繼承自 IDatabaseIndex)。 | |
IndexedObject | 取得或設定要建立索引的物件。 | |
IsDisabled | 取得或設定值,這個值指出是否停用索引。 (繼承自 ISqlIndexBase)。 | |
IsPadded | 取得或設定值,這個值指出是否填補索引。 | |
IsPrimary | 取得或設定值,這個值表示叢集索引是否使用叢集索引鍵來建立 (該叢集索引鍵是從使用者資料表和 XML 節點識別元的叢集索引鍵形成的)。 | |
MaxDop | 取得或設定值,這個值指定平行處理原則的最大刻度。 | |
Model | 取得模型參考。 (繼承自 IModelEntity)。 | |
Name | 取得或設定項目的名稱。 (繼承自 IModelElement)。 | |
PrimarySource | 取得項目之主要來源的相關資訊。 (繼承自 IScriptSourcedModelElement)。 | |
PrimaryXmlIndexUsage | 取得或設定值,這個值指定用來建立次要 XML 索引的主要 XML 索引。 | |
ResolutionStatus | 取得或設定模型項目解析狀態的值。 (繼承自 IModelElement)。 | |
SecondarySources | 取得項目的次要來源清單。 (繼承自 IScriptSourcedModelElement)。 | |
SourceCodePositions | 取得定義這個項目的來源清單。 (繼承自 IModelElement)。 | |
UsingPrimaryXmlIndex | 取得或設定要建立索引之物件上的主要 XML 索引。 | |
ValidationStatus | 取得或設定模型項目驗證狀態的值。 (繼承自 IModelElement)。 |
回頁首
方法
回頁首