SqlGeometry.STContains 方法

Specifies whether the calling SqlGeometry instance completely contains another SqlGeometry.

命名空间:  Microsoft.SqlServer.Types
程序集:  Microsoft.SqlServer.Types(在 Microsoft.SqlServer.Types.dll 中)

语法

声明
<SqlMethodAttribute(IsDeterministic := True, IsPrecise := False)> _
Public Function STContains ( _
    other As SqlGeometry _
) As SqlBoolean
用法
Dim instance As SqlGeometry 
Dim other As SqlGeometry 
Dim returnValue As SqlBoolean 

returnValue = instance.STContains(other)
[SqlMethodAttribute(IsDeterministic = true, IsPrecise = false)]
public SqlBoolean STContains(
    SqlGeometry other
)
[SqlMethodAttribute(IsDeterministic = true, IsPrecise = false)]
public:
SqlBoolean STContains(
    SqlGeometry^ other
)
[<SqlMethodAttribute(IsDeterministic = true, IsPrecise = false)>]
member STContains : 
        other:SqlGeometry -> SqlBoolean
public function STContains(
    other : SqlGeometry
) : SqlBoolean

参数

返回值

类型:System.Data.SqlTypes.SqlBoolean
Returns true if a SqlGeometry instance completely contains another SqlGeometry instance. Otherwise, returns false.

注释

STContains always returns null if the spatial reference IDs (SRIDs) of the SqlGeometry instances do not match.

请参阅

参考

SqlGeometry 类

Microsoft.SqlServer.Types 命名空间