Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets or sets the name of the target server for the connection.
Namespace: Microsoft.SqlServer.Management.Common
Assembly: Microsoft.SqlServer.ConnectionInfo (in Microsoft.SqlServer.ConnectionInfo.dll)
Syntax
'Declaration
Property ServerInstance As String
Get
Set
'Usage
Dim instance As ISfcConnection
Dim value As String
value = instance.ServerInstance
instance.ServerInstance = value
string ServerInstance { get; set; }
property String^ ServerInstance {
String^ get ();
void set (String^ value);
}
abstract ServerInstance : string with get, set
function get ServerInstance () : String
function set ServerInstance (value : String)
Property Value
Type: System.String
A string containing the server name.