共用方式為


IServerInformation.ComputerNamePhysicalNetBIOS 屬性

Gets the host computer physical NetBIOS name.

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

語法

'宣告
<DisplayNameKeyAttribute("Server_ComputerNamePhysicalNetBIOSName")> _
<DisplayDescriptionKeyAttribute("Server_ComputerNamePhysicalNetBIOSDesc")> _
ReadOnly Property ComputerNamePhysicalNetBIOS As String 
    Get
'用途
Dim instance As IServerInformation 
Dim value As String 

value = instance.ComputerNamePhysicalNetBIOS
[DisplayNameKeyAttribute("Server_ComputerNamePhysicalNetBIOSName")]
[DisplayDescriptionKeyAttribute("Server_ComputerNamePhysicalNetBIOSDesc")]
string ComputerNamePhysicalNetBIOS { get; }
[DisplayNameKeyAttribute(L"Server_ComputerNamePhysicalNetBIOSName")]
[DisplayDescriptionKeyAttribute(L"Server_ComputerNamePhysicalNetBIOSDesc")]
property String^ ComputerNamePhysicalNetBIOS {
    String^ get ();
}
[<DisplayNameKeyAttribute("Server_ComputerNamePhysicalNetBIOSName")>]
[<DisplayDescriptionKeyAttribute("Server_ComputerNamePhysicalNetBIOSDesc")>]
abstract ComputerNamePhysicalNetBIOS : string
function get ComputerNamePhysicalNetBIOS () : String

屬性值

型別:System.String
The host computer physical NetBIOS name.

請參閱

參考

IServerInformation 介面

Microsoft.SqlServer.Management.Smo 命名空間