BoundingBoxYMax propriété
Specifies the y-coordinate of upper-right corner of a bounding box.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (dans Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
<SfcPropertyAttribute(SfcPropertyFlags.ReadOnlyAfterCreation)> _
Public Property BoundingBoxYMax As Double
Get
Set
'Utilisation
Dim instance As Index
Dim value As Double
value = instance.BoundingBoxYMax
instance.BoundingBoxYMax = value
[SfcPropertyAttribute(SfcPropertyFlags.ReadOnlyAfterCreation)]
public double BoundingBoxYMax { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::ReadOnlyAfterCreation)]
public:
property double BoundingBoxYMax {
double get ();
void set (double value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.ReadOnlyAfterCreation)>]
member BoundingBoxYMax : float with get, set
function get BoundingBoxYMax () : double
function set BoundingBoxYMax (value : double)
Valeur de la propriété
Type : System. . :: . .Double
Double
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