Condividi tramite


Proprietà RegisteredServer.IsLocal

Gets the Boolean value that specifies whether the registered server is local or not.

Spazio dei nomi  Microsoft.SqlServer.Management.RegisteredServers
Assembly:  Microsoft.SqlServer.Management.RegisteredServers (in Microsoft.SqlServer.Management.RegisteredServers.dll)

Sintassi

'Dichiarazione
<SfcIgnoreAttribute> _
Public ReadOnly Property IsLocal As Boolean 
    Get
'Utilizzo
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

Valore proprietà

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

Osservazioni

Questo spazio dei nomi, classe o membro è supportato solo nella versione 2.0 di Microsoft .NET Framework.

Vedere anche

Riferimento

RegisteredServer Classe

Spazio dei nomi Microsoft.SqlServer.Management.RegisteredServers