Partager via


IsLocal propriété

Espace de noms :  Microsoft.SqlServer.Management.RegisteredServers
Assembly :  Microsoft.SqlServer.Management.RegisteredServers (dans 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 la propriété

Type : System. . :: . .Boolean