Свойство SqlGeometry.STSrid

 

Возвращает или задает целое число, представляющее идентификатор пространственной ссылки (SRID) экземпляра.

Пространство имен:   Microsoft.SqlServer.Types
Сборка:  Microsoft.SqlServer.Types (в Microsoft.SqlServer.Types.dll)

Синтаксис

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

Значение свойства

Type: System.Data.SqlTypes.SqlInt32

Значение типа SqlInt32, содержащее идентификатор SRID экземпляра SqlGeometry.

Заметки

Это свойство можно изменять.

См. также

SqlGeometry - класс
Microsoft.SqlServer.Types - пространство имен

Вернуться в начало