共用方式為


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 命名空間