BoundingBoxSpatialIndexOption.BoundingBoxParameters 属性

获取边界框参数的列表。

命名空间:  Microsoft.Data.Schema.ScriptDom.Sql
程序集:  Microsoft.Data.Schema.ScriptDom.Sql(在 Microsoft.Data.Schema.ScriptDom.Sql.dll 中)

语法

声明
Public ReadOnly Property BoundingBoxParameters As IList(Of BoundingBoxParameter)
    Get
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>

.NET Framework 安全性

请参见

参考

BoundingBoxSpatialIndexOption 类

Microsoft.Data.Schema.ScriptDom.Sql 命名空间