空間インデックスの BOUNDING_BOX オプションのパラメーターを取得または設定します。
名前空間: 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>
空間インデックスの BOUNDING_BOX オプションのパラメーター。