SqlGeography.STSrid プロパティ

定義

id は、インスタンスの空間参照識別子 (SRID) を表す整数を取得または設定します。

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

プロパティ値

SqlGeography インスタンスの SRID を表す SqlInt32。

属性

適用対象