Metoda SqlGeometry.Point
Konstrukcje SqlGeometry instancji, która reprezentuje wystąpienie punkt od jego wartości x i y i SRID.
Przestrzeń nazw: Microsoft.SqlServer.Types
Zestaw: Microsoft.SqlServer.Types (w Microsoft.SqlServer.Types.dll)
Składnia
'Deklaracja
<SqlMethodAttribute(IsDeterministic := True, IsPrecise := False)> _
Public Shared Function Point ( _
x As Double, _
y As Double, _
srid As Integer _
) As SqlGeometry
'Użycie
Dim x As Double
Dim y As Double
Dim srid As Integer
Dim returnValue As SqlGeometry
returnValue = SqlGeometry.Point(x, y, srid)
[SqlMethodAttribute(IsDeterministic = true, IsPrecise = false)]
public static SqlGeometry Point(
double x,
double y,
int srid
)
[SqlMethodAttribute(IsDeterministic = true, IsPrecise = false)]
public:
static SqlGeometry^ Point(
double x,
double y,
int srid
)
[<SqlMethodAttribute(IsDeterministic = true, IsPrecise = false)>]
static member Point :
x:float *
y:float *
srid:int -> SqlGeometry
public static function Point(
x : double,
y : double,
srid : int
) : SqlGeometry
Parametry
- x
Typ: System.Double
A podwójne , reprezentuje współrzędną x punkt generowany.
- y
Typ: System.Double
A podwójne , reprezentuje współrzędną y punkt generowany.
- srid
Typ: System.Int32
Int wyrażenie reprezentującego przestrzennej odwołanie Identyfikatora (SRID) z SqlGeometry wystąpienie do zwrotu.
Wartość zwracana
Typ: Microsoft.SqlServer.Types.SqlGeometry
A SqlGeometry wystąpienie , reprezentuje punkt na Euclidian układu współrzędnych.
Uwagi
To element członkowski jest statyczne.