境界ボックスのパラメータの一覧を取得します。
名前空間 : Microsoft.Data.Schema.ScriptDom.Sql
アセンブリ : Microsoft.Data.Schema.ScriptDom.Sql (Microsoft.Data.Schema.ScriptDom.Sql.dll 内)
構文
'宣言
Public ReadOnly Property BoundingBoxParameters As IList(Of BoundingBoxParameter)
'使用
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 ();
}
public function get BoundingBoxParameters () : IList<BoundingBoxParameter>
プロパティ値
型 : System.Collections.Generic.IList<BoundingBoxParameter>
参照
参照
BoundingBoxSpatialIndexOption クラス