Compartir a través de


SqlGeometry.STSrid Propiedad

Gets or sets an integer that represents the Spatial Reference Identifier (SRID) of the instance.

Espacio de nombres:  Microsoft.SqlServer.Types
Ensamblado:  Microsoft.SqlServer.Types (en Microsoft.SqlServer.Types.dll)

Sintaxis

'Declaración
Public Property STSrid As SqlInt32 
    Get 
    Set
'Uso
Dim instance As SqlGeometry 
Dim value As SqlInt32 

value = instance.STSrid

instance.STSrid = value
public SqlInt32 STSrid { get; set; }
public:
property SqlInt32 STSrid {
    SqlInt32 get ();
    void set (SqlInt32 value);
}
member STSrid : SqlInt32 with get, set
function get STSrid () : SqlInt32 
function set STSrid (value : SqlInt32)

Valor de la propiedad

Tipo: System.Data.SqlTypes.SqlInt32
A SqlInt32 value that contains the SRID of the SqlGeometry instance.

Comentarios

This property can be modified.

Vea también

Referencia

SqlGeometry Clase

Espacio de nombres Microsoft.SqlServer.Types