LocalServerStoreDisplayName 属性

Gets the display name of the local server store.

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

语法

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

属性值

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

注释

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