Gets the spatial index structured parameter by name spatial index option BOUNDING_BOX.
命名空間: Microsoft.SqlServer.TransactSql.ScriptDom
組件: Microsoft.SqlServer.TransactSql.ScriptDom (在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)
語法
'宣告
Public Property Parameter As BoundingBoxParameterType
Get
Set
'用途
Dim instance As BoundingBoxParameter
Dim value As BoundingBoxParameterType
value = instance.Parameter
instance.Parameter = value
public BoundingBoxParameterType Parameter { get; set; }
public:
property BoundingBoxParameterType Parameter {
BoundingBoxParameterType get ();
void set (BoundingBoxParameterType value);
}
member Parameter : BoundingBoxParameterType with get, set
function get Parameter () : BoundingBoxParameterType
function set Parameter (value : BoundingBoxParameterType)
屬性值
型別:Microsoft.SqlServer.TransactSql.ScriptDom.BoundingBoxParameterType
The spatial index structured parameter.