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 命名空间