共用方式為


DisplayName 屬性

Gets the display name of the registered servers store.

命名空間:  Microsoft.SqlServer.Management.RegisteredServers
組件:  Microsoft.SqlServer.Management.RegisteredServers (在 Microsoft.SqlServer.Management.RegisteredServers.dll 中)

語法

'宣告
<SfcIgnoreAttribute> _
Public ReadOnly Property DisplayName As String
    Get
'用途
Dim instance As RegisteredServersStore
Dim value As String

value = instance.DisplayName
[SfcIgnoreAttribute]
public string DisplayName { get; }
[SfcIgnoreAttribute]
public:
property String^ DisplayName {
    String^ get ();
}
[<SfcIgnoreAttribute>]
member DisplayName : string
function get DisplayName () : String

屬性值

型別:System. . :: . .String
A String value that contains the display name of the registered servers store.

備註

只有 Microsoft .NET Framework 2.0 版支援此命名空間、類別或成員。