GeographyTessellationFunction Class

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Represents the geography tessellation functions.

Inheritance Hierarchy

System.Object
  Microsoft.SqlServer.Types.GeographyTessellationFunction

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

Syntax

'Declaration
Public Class GeographyTessellationFunction
'Usage
Dim instance As GeographyTessellationFunction
public class GeographyTessellationFunction
public ref class GeographyTessellationFunction
type GeographyTessellationFunction =  class end
public class GeographyTessellationFunction

The GeographyTessellationFunction type exposes the following members.

Methods

  Name Description
Public method Equals (Inherited from Object.)
Public methodStatic member FillRow Infrastructure. Fills the row for the GeographyTessellationFunction.
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public methodStatic member InitMethod Infrastructure. Returns an enumerable initialize method for the GeographyTessellationFunction.
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.SqlServer.Types Namespace