Delen via


RegisteredServersStore.LocalFileStore Property

Gets the local file store location.

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

Syntax

'Declaration
Public Shared ReadOnly Property LocalFileStore As RegisteredServersStore 
    Get
'Usage
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

Property Value

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

Remarks

This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.

See Also

Reference

RegisteredServersStore Class

Microsoft.SqlServer.Management.RegisteredServers Namespace