다음을 통해 공유


CreateSpatialIndexStatement.SpatialIndexingScheme 속성

Gets or sets the spatial index scheme.

네임스페이스:  Microsoft.SqlServer.TransactSql.ScriptDom
어셈블리:  Microsoft.SqlServer.TransactSql.ScriptDom(Microsoft.SqlServer.TransactSql.ScriptDom.dll)

구문

‘선언
Public Property SpatialIndexingScheme As SpatialIndexingSchemeType 
    Get 
    Set
‘사용 방법
Dim instance As CreateSpatialIndexStatement 
Dim value As SpatialIndexingSchemeType 

value = instance.SpatialIndexingScheme

instance.SpatialIndexingScheme = value
public SpatialIndexingSchemeType SpatialIndexingScheme { get; set; }
public:
property SpatialIndexingSchemeType SpatialIndexingScheme {
    SpatialIndexingSchemeType get ();
    void set (SpatialIndexingSchemeType value);
}
member SpatialIndexingScheme : SpatialIndexingSchemeType with get, set
function get SpatialIndexingScheme () : SpatialIndexingSchemeType 
function set SpatialIndexingScheme (value : SpatialIndexingSchemeType)

속성 값

유형: Microsoft.SqlServer.TransactSql.ScriptDom.SpatialIndexingSchemeType
The spatial index scheme.

참고 항목

참조

CreateSpatialIndexStatement 클래스

Microsoft.SqlServer.TransactSql.ScriptDom 네임스페이스