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.
    See Also