Share via


BoundingBoxSpatialIndexOption.BoundingBoxParameters 속성

Gets or sets the parameters for BOUNDING_BOX option of spatial index.

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

구문

‘선언
Public ReadOnly Property BoundingBoxParameters As IList(Of BoundingBoxParameter)
    Get
‘사용 방법
Dim instance As BoundingBoxSpatialIndexOption 
Dim value As IList(Of BoundingBoxParameter)

value = instance.BoundingBoxParameters
public IList<BoundingBoxParameter> BoundingBoxParameters { get; }
public:
property IList<BoundingBoxParameter^>^ BoundingBoxParameters {
    IList<BoundingBoxParameter^>^ get ();
}
member BoundingBoxParameters : IList<BoundingBoxParameter>
function get BoundingBoxParameters () : IList<BoundingBoxParameter>

속성 값

유형: System.Collections.Generic.IList<BoundingBoxParameter>
The parameters for BOUNDING_BOX option of spatial index option.

참고 항목

참조

BoundingBoxSpatialIndexOption 클래스

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