Nome

GetTopologyID — Returns the id of a topology in the topology.topology table given the name of the topology.

Sinossi

integer GetTopologyID(varchar toponame);

Description

Returns the id of a topology in the topology.topology table given the name of the topology.

Availability: 1.1

Esempi

Code
SELECT topology.GetTopologyID('ma_topo') AS topo_id;
Output
1