Compartir a través de


SqlGeography.STSrid (Propiedad)

 

Obtiene o establece un número entero que representa el identificador de referencia espacial (SRID) de la instancia.

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

Sintaxis

public SqlInt32 STSrid {
    [SqlMethodAttribute(IsDeterministic = true, IsPrecise = true)]
    get;
    [SqlMethodAttribute(IsDeterministic = true, IsPrecise = true)]
    set;
}
public:
property SqlInt32 STSrid {
    [SqlMethodAttribute(IsDeterministic = true, IsPrecise = true)]
    SqlInt32 get();
    [SqlMethodAttribute(IsDeterministic = true, IsPrecise = true)]
    void set(SqlInt32 value);
}
member STSrid : SqlInt32 with get, set
Public Property STSrid As SqlInt32

Valor de propiedad

Type: System.Data.SqlTypes.SqlInt32

SqlInt32 que representa el SRID de la instancia SqlGeography.

Vea también

SqlGeography (Clase)
Microsoft.SqlServer.Types (Espacio de nombres)

Volver al principio