SqlExecutionException::Server Property
.NET Framework (current version)
Gets the SQL Server instance being accessed when the exception occurred.
Assembly: System.Web (in System.Web.dll)
Property Value
Type: System::String^The name of the SQL Server instance being accessed when the exception occurred.
The following code example shows how to access the Server property of the SqlExecutionException exception type. This code example is part of a larger example provided for the SqlServices type.
.NET Framework
Available since 2.0
Available since 2.0
Show: