Funzioni graph (Transact-SQL)

Si applica a: SQL Server 2017 (14.x) e versioni successive Azure SQL DatabaseIstanza gestita di SQL di Azure

Usare le funzioni descritte nelle pagine di questa sezione per estrarre i valori e trasformare i valori nelle pseudo-colonne usate in SQL Graph.

Funzione Descrizione
EDGE_ID_FROM_PARTS Costruire un oggetto edge_id da object_id e graph_id
GRAPH_ID_FROM_EDGE_ID Estrarre l'oggetto graph_id da un oggetto edge_id
GRAPH_ID_FROM_NODE_ID Estrarre l'oggetto graph_id da un oggetto node_id
NODE_ID_FROM_PARTS Costruire un oggetto node_id da object_id e graph_id
OBJECT_ID_FROM_EDGE_ID Estrarre l'oggetto object_id da un oggetto edge_id
OBJECT_ID_FROM_NODE_ID Estrarre l'oggetto object_id da un oggetto node_id

Passaggi successivi