SqlGeography.STUnion 方法 (SqlGeography)
返回一个对象,该对象表示一个 SqlGeography 实例与另一个 SqlGeography 实例的并集。
命名空间: Microsoft.SqlServer.Types
程序集: Microsoft.SqlServer.Types(位于 Microsoft.SqlServer.Types.dll)
语法
[SqlMethodAttribute(IsDeterministic = true, IsPrecise = false)]
public SqlGeography STUnion(
SqlGeography other
)
public:
[SqlMethodAttribute(IsDeterministic = true, IsPrecise = false)]
SqlGeography^ STUnion(
SqlGeography^ other
)
[<SqlMethodAttribute(IsDeterministic = true, IsPrecise = false)>]
member STUnion :
other:SqlGeography -> SqlGeography
<SqlMethodAttribute(IsDeterministic := True, IsPrecise := False)>
Public Function STUnion (
other As SqlGeography
) As SqlGeography
参数
other
Type: Microsoft.SqlServer.Types.SqlGeography与调用 STUnion 所在的实例形成一个并集的另一个 SqlGeography 实例。
返回值
Type: Microsoft.SqlServer.Types.SqlGeography
一个 SqlGeography 对象,该对象表示 SqlGeography 对象的并集。
备注
如果此方法将始终返回 null 的空间引用标识符 (Srid) SqlGeography 实例不匹配。
另请参阅
SqlGeography 类
Microsoft.SqlServer.Types 命名空间
返回页首