Crs.Linked Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
Linked(String) |
Crée un CRS lié dans le service Azure Cosmos DB. |
Linked(String, String) |
Crée un CRS lié avec le type facultatif spécifié dans le service Azure Cosmos DB. |
Linked(String)
Crée un CRS lié dans le service Azure Cosmos DB.
public static Azure.Cosmos.Spatial.LinkedCrs Linked (string href);
static member Linked : string -> Azure.Cosmos.Spatial.LinkedCrs
Public Shared Function Linked (href As String) As LinkedCrs
Paramètres
- href
- String
Lien CRS.
Retours
Instance de classe Crs .
S’applique à
Linked(String, String)
Crée un CRS lié avec le type facultatif spécifié dans le service Azure Cosmos DB.
public static Azure.Cosmos.Spatial.LinkedCrs Linked (string href, string type);
static member Linked : string * string -> Azure.Cosmos.Spatial.LinkedCrs
Public Shared Function Linked (href As String, type As String) As LinkedCrs
Paramètres
- href
- String
Lien CRS.
- type
- String
Type de lien CRS.
Retours
Instance de classe Crs .
S’applique à
Azure SDK for .NET