Back to Devexpress

SqlServerConnectionParametersBase.ServerName Property

corelibraries-devexpress-dot-dataaccess-dot-connectionparameters-dot-sqlserverconnectionparametersbase-d835cc79.md

latest2.3 KB
Original Source

SqlServerConnectionParametersBase.ServerName Property

Gets or sets the name of the SQL server to which the connection should be established.

Namespace : DevExpress.DataAccess.ConnectionParameters

Assembly : DevExpress.DataAccess.v25.2.dll

NuGet Package : DevExpress.DataAccess

Declaration

csharp
public string ServerName { get; set; }
vb
Public Property ServerName As String

Property Value

TypeDescription
String

A String that specifies the name of the SQL server to which the connection should be established.

|

Remarks

To specify the database name, use the SqlServerConnectionParametersBase.DatabaseName property.

Use the SqlServerConnectionParametersBase.UserName and SqlServerConnectionParametersBase.Password properties to provide user credentials.

See Also

DatabaseName

UserName

Password

SqlServerConnectionParametersBase Class

SqlServerConnectionParametersBase Members

DevExpress.DataAccess.ConnectionParameters Namespace