次の方法で共有


LocalFileStore プロパティ

名前空間:  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