LocalFileStore 属性

Gets the local file store location.

命名空间:  Microsoft.SqlServer.Management.RegisteredServers
程序集:  Microsoft.SqlServer.Management.RegisteredServers(在 Microsoft.SqlServer.Management.RegisteredServers.dll 中)

语法

声明
Public Shared ReadOnly Property LocalFileStore As RegisteredServersStore
    Get
用法
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

属性值

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

注释

仅 Microsoft .NET Framework 的 2.0 版本支持此命名空间、类或成员。