Propriedade do RDL SqlGeography.HasM
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 (em Microsoft.SqlServer.Types.dll)
Sintaxe
'Declaração
Public ReadOnly Property HasM As Boolean
Get
'Uso
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
Valor da propriedade
Tipo: System.Boolean
true if at least one point in a spatial object contains value M; otherwise false.