Свойство RegisteredServersStore.IsLocal

Gets a Boolean value that indicates whether the registered server is local.

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

Синтаксис

'Декларация
<SfcIgnoreAttribute> _
Public ReadOnly Property IsLocal As Boolean 
    Get
'Применение
Dim instance As RegisteredServersStore 
Dim value As Boolean 

value = instance.IsLocal
[SfcIgnoreAttribute]
public bool IsLocal { get; }
[SfcIgnoreAttribute]
public:
property bool IsLocal {
    bool get ();
}
[<SfcIgnoreAttribute>]
member IsLocal : bool
function get IsLocal () : boolean

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

Тип: System.Boolean
A Boolean value that specifies whether the registered server is local.If True, the registered server is local. Otherwise, False.

Замечания

Это пространство имен, класс или элемент поддерживаются только платформой Microsoft .NET Framework версии 2.0.

См. также

Справочник

RegisteredServersStore Класс

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