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


Свойство SfcConnection.ServerInstance

Gets or sets the name of the target server.

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

Синтаксис

'Декларация
Public MustOverride Property ServerInstance As String 
    Get 
    Set
'Применение
Dim instance As SfcConnection 
Dim value As String 

value = instance.ServerInstance

instance.ServerInstance = value
public abstract string ServerInstance { get; set; }
public:
virtual property String^ ServerInstance {
    String^ get () abstract;
    void set (String^ value) abstract;
}
abstract ServerInstance : string with get, set
abstract function get ServerInstance () : String 
abstract function set ServerInstance (value : String)

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

Тип: System.String
The name of the target server.

Реализует

ISfcConnection.ServerInstance

См. также

Справочник

SfcConnection Класс

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