dotConnect for SQL Server Documentation
Devart.Data.SqlServer Namespace / SqlConnection Class / WorkstationId Property

In This Topic
    WorkstationId Property (SqlConnection)
    In This Topic
    Gets a string that identifies the database client.
    Syntax
    'Declaration
     
    Public Property WorkstationId As String
    public string WorkstationId {get; set;}

    Property Value

    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.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also