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.