ConnectionSettings.ServerInstance Property
Gets or sets the name of the server.
Namespace: Microsoft.SqlServer.Management.Common
Assembly: Microsoft.SqlServer.ConnectionInfo (in Microsoft.SqlServer.ConnectionInfo.dll)
Syntax
'Declaration
Public Property ServerInstance As String
Get
Set
'Usage
Dim instance As ConnectionSettings
Dim value As String
value = instance.ServerInstance
instance.ServerInstance = value
public string ServerInstance { get; set; }
public:
virtual property String^ ServerInstance {
String^ get () sealed;
void set (String^ value) sealed;
}
abstract ServerInstance : string with get, set
override ServerInstance : string with get, set
final function get ServerInstance () : String
final function set ServerInstance (value : String)
Property Value
Type: System.String
A String value that specifies the name of the server.