Lingua

SqlGeometry.STSrid Proprietà

Definizione

Ottiene o imposta un numero intero che rappresenta l'identificatore SRID (Spatial Reference Identifier) dell'istanza.

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

Valore della proprietà

Valore SqlInt32 che contiene l'identificatore SRID dell'istanza SqlGeometry .

Attributi

Si applica a