Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

SqlConnection::WorkstationId Property

 

Gets a string that identifies the database client.

Namespace:   System.Data.SqlClient
Assembly:  System.Data (in System.Data.dll)

public:
property String^ WorkstationId {
	String^ get();
}

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.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 1.1
Return to top
Show:
© 2017 Microsoft