Méthode EdmTypeSemantics.AsSpatial
Retourne une référence de type spatial valide à la définition de type si cette référence est de type spatial. Sinon, une référence de type spatial erronée est retournée.
Espace de noms : Microsoft.Data.Edm
Assembly : Microsoft.Data.Edm (en Microsoft.Data.Edm.dll)
Syntaxe
'Déclaration
<ExtensionAttribute> _
Public Shared Function AsSpatial ( _
type As IEdmTypeReference _
) As IEdmSpatialTypeReference
'Utilisation
Dim type As IEdmTypeReference
Dim returnValue As IEdmSpatialTypeReference
returnValue = type.AsSpatial()
public static IEdmSpatialTypeReference AsSpatial(
this IEdmTypeReference type
)
[ExtensionAttribute]
public:
static IEdmSpatialTypeReference^ AsSpatial(
IEdmTypeReference^ type
)
static member AsSpatial :
type:IEdmTypeReference -> IEdmSpatialTypeReference
public static function AsSpatial(
type : IEdmTypeReference
) : IEdmSpatialTypeReference
Paramètres
- type
Type : Microsoft.Data.Edm.IEdmTypeReference
Référence à l'objet appelant.
Valeur de retour
Type : Microsoft.Data.Edm.IEdmSpatialTypeReference
Référence de type spatial valide si la définition de la référence est de type spatial.Sinon, référence de type spatial erronée.
Remarque relative à l'utilisation
En Visual Basic et C#, vous pouvez appeler cette méthode comme méthode d'instance sur tout objet de type IEdmTypeReference. Lorsque vous utilisez la syntaxe de la méthode d'instance pour appeler cette méthode, omettez le premier paramètre. Pour plus d'informations, consultez https://msdn.microsoft.com/fr-fr/library/bb384936(v=vs.103) ou https://msdn.microsoft.com/fr-fr/library/bb383977(v=vs.103).