BoundingBoxParameter.Parameter 属性

通过名称空间索引选项 BOUNDING_BOX 获取或设置空间索引结构化参数。

命名空间:  Microsoft.Data.Schema.ScriptDom.Sql
程序集:  Microsoft.Data.Schema.ScriptDom.Sql(在 Microsoft.Data.Schema.ScriptDom.Sql.dll 中)

语法

声明
Public Property Parameter As BoundingBoxParameterType
    Get
    Set
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.Data.Schema.ScriptDom.Sql.BoundingBoxParameterType
返回一个 BoundingBoxParameterType 枚举值。

.NET Framework 安全性

请参见

参考

BoundingBoxParameter 类

Microsoft.Data.Schema.ScriptDom.Sql 命名空间