Compartir a través de


RegisteredServersStore.LocalFileStore Propiedad

Gets the local file store location.

Espacio de nombres:  Microsoft.SqlServer.Management.RegisteredServers
Ensamblado:  Microsoft.SqlServer.Management.RegisteredServers (en Microsoft.SqlServer.Management.RegisteredServers.dll)

Sintaxis

'Declaración
Public Shared ReadOnly Property LocalFileStore As RegisteredServersStore 
    Get
'Uso
Dim value As RegisteredServersStore 

value = RegisteredServersStore.LocalFileStore
public static RegisteredServersStore LocalFileStore { get; }
public:
static property RegisteredServersStore^ LocalFileStore {
    RegisteredServersStore^ get ();
}
static member LocalFileStore : RegisteredServersStore
static function get LocalFileStore () : RegisteredServersStore

Valor de la propiedad

Tipo: Microsoft.SqlServer.Management.RegisteredServers.RegisteredServersStore
A RegisteredServerStore value that contains the local file store location.

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

RegisteredServersStore Clase

Espacio de nombres Microsoft.SqlServer.Management.RegisteredServers