Поделиться через


Свойство ISfcConnection.ServerInstance

Gets or sets the name of the target server for the connection.

Пространство имен:  Microsoft.SqlServer.Management.Common
Сборка:  Microsoft.SqlServer.ConnectionInfo (в Microsoft.SqlServer.ConnectionInfo.dll)

Синтаксис

'Декларация
Property ServerInstance As String 
    Get 
    Set
'Применение
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)

Значение свойства

Тип: System.String
A string containing the server name.

См. также

Справочник

ISfcConnection Интерфейс

Пространство имен Microsoft.SqlServer.Management.Common