RegisteredServersStore.IsLocal Property
Gets a Boolean value that indicates whether the registered server is local.
Namespace: Microsoft.SqlServer.Management.RegisteredServers
Assembly: Microsoft.SqlServer.Management.RegisteredServers (in Microsoft.SqlServer.Management.RegisteredServers.dll)
Syntax
'Declaration
<SfcIgnoreAttribute> _
Public ReadOnly Property IsLocal As Boolean
Get
'Usage
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
Property Value
Type: System.Boolean
A Boolean value that specifies whether the registered server is local.If True, the registered server is local. Otherwise, False.
Remarks
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.