你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

Crs.Linked 方法

定义

重载

Linked(String)

在 Azure Cosmos DB 服务中创建链接的 CRS。

Linked(String, String)

使用 Azure Cosmos DB 服务中指定的可选类型创建链接 CRS。

Linked(String)

Source:
Crs.cs

在 Azure Cosmos DB 服务中创建链接的 CRS。

public static Microsoft.Azure.Cosmos.Spatial.LinkedCrs Linked (string href);
static member Linked : string -> Microsoft.Azure.Cosmos.Spatial.LinkedCrs
Public Shared Function Linked (href As String) As LinkedCrs

参数

href
String

CRS 链接。

返回

类的 Crs 实例。

适用于

Linked(String, String)

Source:
Crs.cs

使用 Azure Cosmos DB 服务中指定的可选类型创建链接 CRS。

public static Microsoft.Azure.Cosmos.Spatial.LinkedCrs Linked (string href, string type);
static member Linked : string * string -> Microsoft.Azure.Cosmos.Spatial.LinkedCrs
Public Shared Function Linked (href As String, type As String) As LinkedCrs

参数

href
String

CRS 链接。

type
String

CRS 链接类型。

返回

类的 Crs 实例。

适用于