Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the display name of the local server store.
Namespace: Microsoft.SqlServer.Management.RegisteredServers
Assembly: Microsoft.SqlServer.Management.RegisteredServers (in Microsoft.SqlServer.Management.RegisteredServers.dll)
Syntax
'Declaration
Public Shared ReadOnly Property LocalServerStoreDisplayName As String
Get
'Usage
Dim value As String
value = RegisteredServersStore.LocalServerStoreDisplayName
public static string LocalServerStoreDisplayName { get; }
public:
static property String^ LocalServerStoreDisplayName {
String^ get ();
}
static member LocalServerStoreDisplayName : string
static function get LocalServerStoreDisplayName () : String
Property Value
Type: System.String
A String value that contains the display name of the local server store.
Remarks
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.