Свойство IsLocal
Gets the Boolean value that specifies whether the registered server is local or not.
Пространство имен: Microsoft.SqlServer.Management.RegisteredServers
Сборка: Microsoft.SqlServer.Management.RegisteredServers (в Microsoft.SqlServer.Management.RegisteredServers.dll)
Синтаксис
'Декларация
<SfcIgnoreAttribute> _
Public ReadOnly Property IsLocal As Boolean
Get
'Применение
Dim instance As RegisteredServer
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.
См. также