Partager via


Propriété Index.BoundingBoxYMin

Specifies the y-coordinate of the lower-left corner of a bounding box.

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.ReadOnlyAfterCreation Or SfcPropertyFlags.Standalone Or SfcPropertyFlags.SqlAzureDatabase)> _
Public Property BoundingBoxYMin As Double 
    Get 
    Set
'Utilisation
Dim instance As Index 
Dim value As Double 

value = instance.BoundingBoxYMin

instance.BoundingBoxYMin = value
[SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.ReadOnlyAfterCreation|SfcPropertyFlags.Standalone|SfcPropertyFlags.SqlAzureDatabase)]
public double BoundingBoxYMin { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::None|SfcPropertyFlags::ReadOnlyAfterCreation|SfcPropertyFlags::Standalone|SfcPropertyFlags::SqlAzureDatabase)]
public:
property double BoundingBoxYMin {
    double get ();
    void set (double value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.ReadOnlyAfterCreation|SfcPropertyFlags.Standalone|SfcPropertyFlags.SqlAzureDatabase)>]
member BoundingBoxYMin : float with get, set
function get BoundingBoxYMin () : double 
function set BoundingBoxYMin (value : double)

Valeur de propriété

Type : System.Double
The y-coordinate of the lower-left corner of a bounding box.

Notes

This property cannot be modified by using the Alter method. To change the property, the index must be rebuilt or re-created.

Voir aussi

Référence

Index Classe

Espace de noms Microsoft.SqlServer.Management.Smo

Autres ressources

Vue d'ensemble de l'indexation spatiale