Freigeben über


EdmTypeSemantics.IsSpatial-Methode (IEdmType)

Bestimmt, ob sich diese Definition auf einen räumlichen Typ bezieht.

Namespace:  Microsoft.Data.Edm
Assembly:  Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)

Syntax

'Declaration
<ExtensionAttribute> _
Public Shared Function IsSpatial ( _
    type As IEdmType _
) As Boolean
'Usage
Dim type As IEdmType
Dim returnValue As Boolean

returnValue = type.IsSpatial()
public static bool IsSpatial(
    this IEdmType type
)
[ExtensionAttribute]
public:
static bool IsSpatial(
    IEdmType^ type
)
static member IsSpatial : 
        type:IEdmType -> bool 
public static function IsSpatial(
    type : IEdmType
) : boolean

Parameter

Rückgabewert

Typ: System.Boolean
true , wenn sich diese Definition auf einen räumlichen Typ bezieht, andernfalls false.

Hinweis zur Verwendung

In Visual Basic und C# können Sie die Methode als Instanzenmethode für jedes Objekt vom Typ IEdmType aufrufen. Wenn Sie Instanzmethodensyntax zum Aufruf dieser Methode verwenden, vernachlässigen Sie den ersten Parameter. Weitere Informationen finden Sie unter https://msdn.microsoft.com/de-de/library/bb384936(v=vs.103) oder https://msdn.microsoft.com/de-de/library/bb383977(v=vs.103).

Siehe auch

Verweis

EdmTypeSemantics Klasse

IsSpatial-Überladung

Microsoft.Data.Edm-Namespace