次の方法で共有


SqlGeography.STIsEmpty メソッド

SqlGeography インスタンスが空かどうかを示します。

名前空間:  Microsoft.SqlServer.Types
アセンブリ:  Microsoft.SqlServer.Types (Microsoft.SqlServer.Types.dll)

構文

'宣言
<SqlMethodAttribute(IsDeterministic := True, IsPrecise := True)> _
Public Function STIsEmpty As SqlBoolean
'使用
Dim instance As SqlGeography 
Dim returnValue As SqlBoolean 

returnValue = instance.STIsEmpty()
[SqlMethodAttribute(IsDeterministic = true, IsPrecise = true)]
public SqlBoolean STIsEmpty()
[SqlMethodAttribute(IsDeterministic = true, IsPrecise = true)]
public:
SqlBoolean STIsEmpty()
[<SqlMethodAttribute(IsDeterministic = true, IsPrecise = true)>]
member STIsEmpty : unit -> SqlBoolean
public function STIsEmpty() : SqlBoolean

戻り値

型: System.Data.SqlTypes.SqlBoolean
呼び出し元のインスタンスが空であるかどうかを示す SqlBoolean 値です。インスタンスが空の場合は true を返します。それ以外の場合は false を返します。

関連項目

参照

SqlGeography クラス

Microsoft.SqlServer.Types 名前空間