Share via


Propriedade do RDL BoundingBoxYMax

Specifies the y-coordinate of upper-right corner of a bounding box.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)

Sintaxe

'Declaração
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.ReadOnlyAfterCreation Or SfcPropertyFlags.Standalone Or SfcPropertyFlags.SqlAzureDatabase)> _
Public Property BoundingBoxYMax As Double
    Get
    Set
'Uso
Dim instance As Index
Dim value As Double

value = instance.BoundingBoxYMax

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

Valor da propriedade

Tipo: System. . :: . .Double
Double

Comentários

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