MultiServerSqlConnectionInfo.WorkstationId Property

Definition

Gets or sets the name of the client machine submitting the Transact-SQL batch.

public:
 property System::String ^ WorkstationId { System::String ^ get(); void set(System::String ^ value); };
public string WorkstationId { get; set; }
member this.WorkstationId : string with get, set
Public Property WorkstationId As String

Property Value

A String containing the name of the client machine.

Applies to