共用方式為


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 命名空間