Método SqlGeography.STDimension ()
Devuelve la dimensión máxima de un SqlGeography instancia
Espacio de nombres: Microsoft.SqlServer.Types
Ensamblado: Microsoft.SqlServer.Types (en Microsoft.SqlServer.Types.dll)
Sintaxis
[SqlMethodAttribute(IsDeterministic = true, IsPrecise = true)]
public SqlInt32 STDimension()
public:
[SqlMethodAttribute(IsDeterministic = true, IsPrecise = true)]
SqlInt32 STDimension()
[<SqlMethodAttribute(IsDeterministic = true, IsPrecise = true)>]
member STDimension : unit -> SqlInt32
<SqlMethodAttribute(IsDeterministic := True, IsPrecise := True)>
Public Function STDimension As SqlInt32
Valor devuelto
Type: System.Data.SqlTypes.SqlInt32
Valor SqlInt32 que contiene la dimensión máxima de la instancia de SqlGeography que realiza la llamada.
Ver también
Clase SqlGeography
Espacio de nombres Microsoft.SqlServer.Types
Volver al principio