Compartir a través de


getServerName Method (SQLServerDataSource)

Returns the name of the SQL Server instance.

public java.lang.String getServerName()

Valor devuelto

A String that contains the server name, or null if no value is set.

Notas

The server name is the host name of the target computer that is running SQL Server. If the serverName property is not set, getServerName returns the default value of null.

Vea también

Referencia

SQLServerDataSource Class

Conceptos

SQLServerDataSource Methods
SQLServerDataSource Members