共用方式為


CellsPerObjectSpatialIndexOption.Value 屬性

Gets or sets the number of tessellation cells per object that can be used for a single spatial object in the index by the tessellation process

命名空間:  Microsoft.SqlServer.TransactSql.ScriptDom
組件:  Microsoft.SqlServer.TransactSql.ScriptDom (在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)

語法

'宣告
Public Property Value As Literal 
    Get 
    Set
'用途
Dim instance As CellsPerObjectSpatialIndexOption 
Dim value As Literal 

value = instance.Value

instance.Value = value
public Literal Value { get; set; }
public:
property Literal^ Value {
    Literal^ get ();
    void set (Literal^ value);
}
member Value : Literal with get, set
function get Value () : Literal 
function set Value (value : Literal)

屬性值

型別:Microsoft.SqlServer.TransactSql.ScriptDom.Literal
The number of tessellation cells per object.

請參閱

參考

CellsPerObjectSpatialIndexOption 類別

Microsoft.SqlServer.TransactSql.ScriptDom 命名空間