Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Returns the specified SqlGeometry in a SqlGeometry collection.
Spazio dei nomi Microsoft.SqlServer.Types
Assembly: Microsoft.SqlServer.Types (in Microsoft.SqlServer.Types.dll)
Sintassi
'Dichiarazione
<SqlMethodAttribute(IsDeterministic := True, IsPrecise := True)> _
Public Function STGeometryN ( _
n As Integer _
) As SqlGeometry
'Utilizzo
Dim instance As SqlGeometry
Dim n As Integer
Dim returnValue As SqlGeometry
returnValue = instance.STGeometryN(n)
[SqlMethodAttribute(IsDeterministic = true, IsPrecise = true)]
public SqlGeometry STGeometryN(
int n
)
[SqlMethodAttribute(IsDeterministic = true, IsPrecise = true)]
public:
SqlGeometry^ STGeometryN(
int n
)
[<SqlMethodAttribute(IsDeterministic = true, IsPrecise = true)>]
member STGeometryN :
n:int -> SqlGeometry
public function STGeometryN(
n : int
) : SqlGeometry
Parametri
- n
Tipo: System.Int32
An int expression between 1 and the number of SqlGeometry instances in the SqlGeometry collection that specifies the instance to return.
Valore restituito
Tipo: Microsoft.SqlServer.Types.SqlGeometry
The SqlGeometry specified by n.
Osservazioni
This method returns null if the parameter is larger than the result of STNumGeometries and will throw an ArgumentOutOfRangeException if the expression parameter is less than 1