ConnectionSettings.WorkstationId Property

Gets or sets the ID value that uniquely identifies the 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 ConnectionSettings 
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: String
An Int32 value that specifies the ID value that uniquely identifies the workstation.

See Also

Reference

ConnectionSettings Class

Microsoft.SqlServer.Management.Common Namespace