Compartilhar via


Propriedade do RDL 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

Namespace:  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (em Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Sintaxe

'Declaração
Public Property Value As Literal 
    Get 
    Set
'Uso
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)

Valor da propriedade

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

Consulte também

Referência

CellsPerObjectSpatialIndexOption Classe

Namespace Microsoft.SqlServer.TransactSql.ScriptDom