Compartilhar via


Propriedade do RDL RegisteredServersStore.IsLocal

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

Namespace:  Microsoft.SqlServer.Management.RegisteredServers
Assembly:  Microsoft.SqlServer.Management.RegisteredServers (em Microsoft.SqlServer.Management.RegisteredServers.dll)

Sintaxe

'Declaração
<SfcIgnoreAttribute> _
Public ReadOnly Property IsLocal As Boolean 
    Get
'Uso
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

Valor da propriedade

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

Comentários

Só há suporte para esse namespace, classe ou membro na versão 2.0 do Microsoft .NET Framework.

Consulte também

Referência

RegisteredServersStore Classe

Namespace Microsoft.SqlServer.Management.RegisteredServers