Freigeben über


SqlGeography.HasM-Eigenschaft

Returns true if at least one point in a spatial object contains value M; otherwise returns false. This property is read-only.

Namespace:  Microsoft.SqlServer.Types
Assembly:  Microsoft.SqlServer.Types (in Microsoft.SqlServer.Types.dll)

Syntax

'Declaration
Public ReadOnly Property HasM As Boolean 
    Get
'Usage
Dim instance As SqlGeography 
Dim value As Boolean 

value = instance.HasM
public bool HasM { get; }
public:
property bool HasM {
    bool get ();
}
member HasM : bool
function get HasM () : boolean

Eigenschaftswert

Typ: System.Boolean
true if at least one point in a spatial object contains value M; otherwise false.

Siehe auch

Verweis

SqlGeography Klasse

Microsoft.SqlServer.Types-Namespace