Partager via


Propriété BoundingBoxParameter.Parameter

Gets the spatial index structured parameter by name spatial index option BOUNDING_BOX.

Espace de noms :  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly :  Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntaxe

'Déclaration
Public Property Parameter As BoundingBoxParameterType 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

Type : Microsoft.SqlServer.TransactSql.ScriptDom.BoundingBoxParameterType
The spatial index structured parameter.

Voir aussi

Référence

BoundingBoxParameter Classe

Espace de noms Microsoft.SqlServer.TransactSql.ScriptDom