次の方法で共有


BoundingBoxSpatialIndexOption.BoundingBoxParameters プロパティ

空間インデックスの 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 オプションのパラメーター。

関連項目

参照

BoundingBoxSpatialIndexOption クラス

Microsoft.SqlServer.TransactSql.ScriptDom 名前空間