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 版支援此命名空間、類別或成員。