Index.BoundingBoxXMin Propiedad
Specifies the x-coordinate of the lower-left corner of a bounding box.
Espacio de nombres: Microsoft.SqlServer.Management.Smo
Ensamblado: Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Sintaxis
'Declaración
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.ReadOnlyAfterCreation Or SfcPropertyFlags.Standalone Or SfcPropertyFlags.SqlAzureDatabase)> _
Public Property BoundingBoxXMin As Double
Get
Set
'Uso
Dim instance As Index
Dim value As Double
value = instance.BoundingBoxXMin
instance.BoundingBoxXMin = value
[SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.ReadOnlyAfterCreation|SfcPropertyFlags.Standalone|SfcPropertyFlags.SqlAzureDatabase)]
public double BoundingBoxXMin { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::None|SfcPropertyFlags::ReadOnlyAfterCreation|SfcPropertyFlags::Standalone|SfcPropertyFlags::SqlAzureDatabase)]
public:
property double BoundingBoxXMin {
double get ();
void set (double value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.ReadOnlyAfterCreation|SfcPropertyFlags.Standalone|SfcPropertyFlags.SqlAzureDatabase)>]
member BoundingBoxXMin : float with get, set
function get BoundingBoxXMin () : double
function set BoundingBoxXMin (value : double)
Valor de la propiedad
Tipo: System.Double
The x-coordinate of the lower-left corner of a bounding box.
Comentarios
This property cannot be modified by using the Alter method. To change the property, the index must be rebuilt or re-created.
Vea también
Referencia
Espacio de nombres Microsoft.SqlServer.Management.Smo