ISql100SpatialIndex 介面
模型化空間索引。
命名空間: Microsoft.Data.Schema.Sql.SchemaModel
組件: Microsoft.Data.Schema.Sql (在 Microsoft.Data.Schema.Sql.dll 中)
語法
'宣告
Public Interface ISql100SpatialIndex _
Inherits ISqlIndexBase, IDatabaseIndex, ISql90SpecifiesStorage, ISqlSpecifiesStorage, _
IModelNamed, ISqlExtendedPropertyHost, ISqlModelElement, IScriptSourcedModelElement, IModelElement, _
IModelPropertyContainer, IModelEntity, IModelAnnotationHolder
public interface ISql100SpatialIndex : ISqlIndexBase,
IDatabaseIndex, ISql90SpecifiesStorage, ISqlSpecifiesStorage, IModelNamed, ISqlExtendedPropertyHost,
ISqlModelElement, IScriptSourcedModelElement, IModelElement, IModelPropertyContainer, IModelEntity,
IModelAnnotationHolder
public interface class ISql100SpatialIndex : ISqlIndexBase,
IDatabaseIndex, ISql90SpecifiesStorage, ISqlSpecifiesStorage, IModelNamed, ISqlExtendedPropertyHost,
ISqlModelElement, IScriptSourcedModelElement, IModelElement, IModelPropertyContainer, IModelEntity,
IModelAnnotationHolder
type ISql100SpatialIndex =
interface
interface ISqlIndexBase
interface IDatabaseIndex
interface ISql90SpecifiesStorage
interface ISqlSpecifiesStorage
interface IModelNamed
interface ISqlExtendedPropertyHost
interface ISqlModelElement
interface IScriptSourcedModelElement
interface IModelElement
interface IModelPropertyContainer
interface IModelEntity
interface IModelAnnotationHolder
end
public interface ISql100SpatialIndex extends ISqlIndexBase, IDatabaseIndex, ISql90SpecifiesStorage, ISqlSpecifiesStorage, IModelNamed, ISqlExtendedPropertyHost, ISqlModelElement, IScriptSourcedModelElement, IModelElement, IModelPropertyContainer, IModelEntity, IModelAnnotationHolder
ISql100SpatialIndex 型別會公開下列成員。
屬性
名稱 | 說明 | |
---|---|---|
CellsPerObject | 模型化 CELLS_PER_OBJECT 選項。 | |
Column | 取得或設定建立索引的資料行。 | |
DoAllowPageLocks | 取得或設定值,這個值表示此索引是否允許頁面鎖定。 | |
DoAllowRowLocks | 取得或設定值,這個值表示此索引是否允許資料列鎖定。 | |
DoDropExisting | 取得或設定值,這個值表示是否應捨棄現有的索引。 | |
DoIgnoreDuplicateKey | 取得或設定值,這個值表示是否忽略重複的索引鍵。 | |
DoRecomputeStatistics | 取得或設定值,這個值表示是否重新計算索引的統計資料。 | |
DoSortInTempDB | 取得或設定值,這個值表示是否在 TempDB 資料庫中執行排序。 | |
ElementClass | 取得項目的中繼資料類別。 (繼承自 IModelElement)。 | |
ExtendedProperties | 取得此物件的擴充屬性清單。 (繼承自 ISqlExtendedPropertyHost)。 | |
Filegroup | 取得或設定儲存物件所在的檔案群組。 (繼承自 ISqlSpecifiesStorage)。 | |
FillFactor | 模型化 FILLFACTOR 選項。 | |
GridDensityLevel1 | 取得或設定第 1 層方格的密度值。 | |
GridDensityLevel2 | 取得或設定第 2 層方格的密度值。 | |
GridDensityLevel3 | 取得或設定第 3 層方格的密度值。 | |
GridDensityLevel4 | 取得或設定第 4 層方格的密度值。 | |
IndexedObject | 索引物件。 (繼承自 IDatabaseIndex)。 | |
IndexedObject | 取得或設定已建立索引的物件。 | |
IsDisabled | 取得或設定值,這個值指出是否停用索引。 (繼承自 ISqlIndexBase)。 | |
IsOnline | 取得或設定值,這個值表示索引是否在線上。 | |
IsPadded | 取得或設定值,這個值指出是否填補索引。 | |
MaxDop | 取得或設定模型化 MAX_DOP 選項的值。 | |
Model | 取得模型參考。 (繼承自 IModelEntity)。 | |
Name | 取得或設定項目的名稱。 (繼承自 IModelElement)。 | |
PartitionColumn | 取得或設定分割物件所在的資料行。 (繼承自 ISql90SpecifiesStorage)。 | |
PartitionScheme | 取得或設定用於儲存物件的分割配置。 (繼承自 ISql90SpecifiesStorage)。 | |
PrimarySource | 取得項目之主要來源的相關資訊。 (繼承自 IScriptSourcedModelElement)。 | |
ResolutionStatus | 取得或設定模型項目解析狀態的值。 (繼承自 IModelElement)。 | |
SecondarySources | 取得項目的次要來源清單。 (繼承自 IScriptSourcedModelElement)。 | |
SourceCodePositions | 取得定義這個項目的來源清單。 (繼承自 IModelElement)。 | |
Tessellation | 取得或設定索引的鑲嵌。 | |
ValidationStatus | 取得或設定模型項目驗證狀態的值。 (繼承自 IModelElement)。 | |
XMax | 取得或設定週框方塊的最大 X 值。 | |
XMin | 取得或設定週框方塊的最小 X 值。 | |
YMax | 取得或設定週框方塊的最大 Y 值。 | |
YMin | 取得或設定週框方塊的最小 Y 值。 |
回頁首
方法
回頁首