fn_virtualservernodes (Transact-SQL)
SQL Server 2012
Returns a list of failover clustered instance nodes on which an instance of SQL Server can run. This information is useful in failover clustering environments.
Important
|
|---|
|
This Microsoft SQL Server 2012 system function is included for backward compatibility. We recommend that you use sys.dm_os_cluster_nodes (Transact-SQL) instead. |

Important