RegisteredServersStore.IsLocal Propiedad
Gets a Boolean value that indicates whether the registered server is local.
Espacio de nombres: Microsoft.SqlServer.Management.RegisteredServers
Ensamblado: Microsoft.SqlServer.Management.RegisteredServers (en Microsoft.SqlServer.Management.RegisteredServers.dll)
Sintaxis
'Declaración
<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 de la propiedad
Tipo: System.Boolean
A Boolean value that specifies whether the registered server is local.If True, the registered server is local. Otherwise, False.
Comentarios
Este espacio de nombres, clase o miembro solamente se admite en la versión 2.0 de Microsoft .NET Framework.
Vea también
Referencia
Espacio de nombres Microsoft.SqlServer.Management.RegisteredServers