Compartilhar via


Propriedade do RDL RegisteredServersStore.LocalFileStore

Gets the local file store location.

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

Sintaxe

'Declaração
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 da propriedade

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

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