SqlGeometry.STDimension メソッド

定義

SqlGeometry インスタンスの最大ディメンションを返します。

[Microsoft.SqlServer.Server.SqlMethod(IsDeterministic=true, IsPrecise=true)]
public System.Data.SqlTypes.SqlInt32 STDimension();
[<Microsoft.SqlServer.Server.SqlMethod(IsDeterministic=true, IsPrecise=true)>]
member this.STDimension : unit -> System.Data.SqlTypes.SqlInt32
Public Function STDimension () As SqlInt32

返品

SqlGeometryの最大ディメンションを表す SqlInt32 値。

属性

適用対象