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 네임스페이스