SqlGeography.STSrid Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets id is an integer representing the Spatial Reference Identifier (SRID) of the instance.
public System.Data.SqlTypes.SqlInt32 STSrid { [Microsoft.SqlServer.Server.SqlMethod(IsDeterministic=true, IsPrecise=true)] get; [Microsoft.SqlServer.Server.SqlMethod(IsDeterministic=true, IsPrecise=true)] set; }
[<get: Microsoft.SqlServer.Server.SqlMethod(IsDeterministic=true, IsPrecise=true)>]
[<set: Microsoft.SqlServer.Server.SqlMethod(IsDeterministic=true, IsPrecise=true)>]
member this.STSrid : System.Data.SqlTypes.SqlInt32 with get, set
Public Property STSrid As SqlInt32
Property Value
A SqlInt32 that represents the SRID of the SqlGeography instance.
- Attributes