Freigeben über


RegisteredServersStore.LocalServerStoreDisplayName-Eigenschaft

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

Eigenschaftswert

Typ: System.String
A String value that contains the display name of the local server store.

Hinweise

Der Namespace, die Klasse oder das Element wird nur in der Version 2.0 von Microsoft .NET Framework unterstützt.

Siehe auch

Verweis

RegisteredServersStore Klasse

Microsoft.SqlServer.Management.RegisteredServers-Namespace