SqlGeometry.STUnion(SqlGeometry) Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Restituisce un oggetto che rappresenta l'unione di un'istanza SqlGeometry di con un'altra SqlGeometry istanza.
[Microsoft.SqlServer.Server.SqlMethod(IsDeterministic=true, IsPrecise=false)]
public Microsoft.SqlServer.Types.SqlGeometry STUnion(Microsoft.SqlServer.Types.SqlGeometry other);
[<Microsoft.SqlServer.Server.SqlMethod(IsDeterministic=true, IsPrecise=false)>]
member this.STUnion : Microsoft.SqlServer.Types.SqlGeometry -> Microsoft.SqlServer.Types.SqlGeometry
Public Function STUnion (other As SqlGeometry) As SqlGeometry
Parametri
- other
- SqlGeometry
SqlGeometry Istanza da combinare con l'oggetto correnteSqlGeometry.
Valori restituiti
Oggetto SqlGeometry che rappresenta l'unione della chiamata SqlGeometry e dell'oggetto specificato SqlGeometry.
- Attributi