Partager via


Propriété RegisteredServersStore.IsLocal

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

Espace de noms :  Microsoft.SqlServer.Management.RegisteredServers
Assembly :  Microsoft.SqlServer.Management.RegisteredServers (en Microsoft.SqlServer.Management.RegisteredServers.dll)

Syntaxe

'Déclaration
<SfcIgnoreAttribute> _
Public ReadOnly Property IsLocal As Boolean 
    Get
'Utilisation
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

Valeur de propriété

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

Notes

Cet espace de noms, cette classe ou ce membre est pris en charge uniquement par la version 2.0 de Microsoft .NET Framework.

Voir aussi

Référence

RegisteredServersStore Classe

Espace de noms Microsoft.SqlServer.Management.RegisteredServers