BoundingBoxParameter.Parameter 属性

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.

请参阅

参考

BoundingBoxParameter 类

Microsoft.SqlServer.TransactSql.ScriptDom 命名空间