Purpose

The Media Access Control (MAC) address of the network interface card of the application connecting to Microsoft SQL Server. This value is stored in the net_address column of the sys.sysprocesses table.

Valid values

string

where:

string
is a maximum of 12 alphanumeric characters.

Data source method

public String getNetAddress()

public void setNetAddress(String)

Default

000000000000

Data type

String