SqlGeometry.M 속성

Gets the M (measure) value of the SqlGeometry instance. The semantics of the measure value are user-defined.

네임스페이스:  Microsoft.SqlServer.Types
어셈블리:  Microsoft.SqlServer.Types(Microsoft.SqlServer.Types.dll)

구문

‘선언
Public ReadOnly Property M As SqlDouble 
    Get
‘사용 방법
Dim instance As SqlGeometry 
Dim value As SqlDouble 

value = instance.M
public SqlDouble M { get; }
public:
property SqlDouble M {
    SqlDouble get ();
}
member M : SqlDouble
function get M () : SqlDouble

속성 값

유형: System.Data.SqlTypes.SqlDouble
A SqlDouble value containing the measure of the SqlGeometry value.

주의

The value of this property is nullnull 참조(Visual Basic에서는 Nothing) if the SqlGeometry instance is not a Point, as well as for any Point instance for which it is not set.

This property is read-only.

M values are not used in any calculations made by the library and will not be carried through any library calculations.

참고 항목

참조

SqlGeometry 클래스

Microsoft.SqlServer.Types 네임스페이스