SqlGeography.STSrid 属性
获取或设置一个 ID,该 ID 是一个表示该实例的空间引用标识符 (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 值,该值表示 SqlGeography 实例的 SRID。
另请参阅
SqlGeography 类
Microsoft.SqlServer.Types 命名空间
返回页首