Свойство ServerGroup.IsLocal

Gets the Boolean value that specifies whether the server group 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 ServerGroup 
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 server group is local.If True, the server group is local. Otherwise, False.

Замечания

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

См. также

Справочник

ServerGroup Класс

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