Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the value that uniquely identifies the client workstation.
Namespace: Microsoft.SqlServer.Management.Common
Assembly: Microsoft.SqlServer.ConnectionInfo (in Microsoft.SqlServer.ConnectionInfo.dll)
Syntax
'Declaration
Public Property WorkstationId As String
Get
Set
'Usage
Dim instance As SqlConnectionInfo
Dim value As String
value = instance.WorkstationId
instance.WorkstationId = value
public string WorkstationId { get; set; }
public:
property String^ WorkstationId {
String^ get ();
void set (String^ value);
}
member WorkstationId : string with get, set
function get WorkstationId () : String
function set WorkstationId (value : String)
Property Value
Type: System.String
A Int32 value that specifies the value that uniquely identifies the client workstation.