SqlGeography.NumRings Método

Definição

Retorna o número total de anéis em uma instância de Polígono.

[Microsoft.SqlServer.Server.SqlMethod(IsDeterministic=true, IsPrecise=true)]
public System.Data.SqlTypes.SqlInt32 NumRings();
[<Microsoft.SqlServer.Server.SqlMethod(IsDeterministic=true, IsPrecise=true)>]
member this.NumRings : unit -> System.Data.SqlTypes.SqlInt32
Public Function NumRings () As SqlInt32

Retornos

Um valor SqlInt32 que especifica o número total de anéis. Esse método retornará NULL se esta não for uma instância do Polygon e retornará 0 se a instância estiver vazia.

Atributos

Aplica-se a