SqlConnection::WorkstationId Property
.NET Framework (current version)
Gets a string that identifies the database client.
Assembly: System.Data (in System.Data.dll)
Property Value
Type: System::String^A string that identifies the database client. If not specified, the name of the client computer. If neither is specified, the value is an empty string.
The string typically contains the network name of the client. The WorkstationId property corresponds to the Workstation ID connection string property.
The following example creates a SqlConnection and displays the WorkstationId property.
.NET Framework
Available since 1.1
Available since 1.1
Show: