NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

SQLException.Server

Gets the name of the database server the error occurred on.

[Visual Basic]
Public ReadOnly Property Server As String
[C#]
public string Server {get;}
[C++]
public: __property String* get_Server();
[JScript]
public function get Server() : String;

Property Value

The name of the database server.

Remarks

This is a wrapper for the Server property of the first SQLError in the Errors property.

See Also

SQLException Class | SQLException Members | System.Data.SQL Namespace | Number | State | Source | Class | Message | Procedure | LineNumber