SqlServerType.serverName Field

Specifies a string that represents the name of the server.

Namespace:  Microsoft.SqlServer.Management.UI.ConnectionDlg
Assembly:  ConnectionDlg (in ConnectionDlg.dll)

Syntax

'Declaration
Protected serverName As String
'Usage
Dim value As String 

value = Me.serverName 

Me.serverName = value
protected string serverName
protected:
String^ serverName
val mutable serverName: string
protected var serverName : String

See Also

Reference

SqlServerType Class

Microsoft.SqlServer.Management.UI.ConnectionDlg Namespace