IServerInformation.ComputerNamePhysicalNetBIOS Property
Gets the host computer physical NetBIOS name.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Bildirim
<DisplayDescriptionKeyAttribute("Server_ComputerNamePhysicalNetBIOSDesc")> _
<DisplayNameKeyAttribute("Server_ComputerNamePhysicalNetBIOSName")> _
ReadOnly Property ComputerNamePhysicalNetBIOS As String
Get
'Kullanım
Dim instance As IServerInformation
Dim value As String
value = instance.ComputerNamePhysicalNetBIOS
[DisplayDescriptionKeyAttribute("Server_ComputerNamePhysicalNetBIOSDesc")]
[DisplayNameKeyAttribute("Server_ComputerNamePhysicalNetBIOSName")]
string ComputerNamePhysicalNetBIOS { get; }
[DisplayDescriptionKeyAttribute(L"Server_ComputerNamePhysicalNetBIOSDesc")]
[DisplayNameKeyAttribute(L"Server_ComputerNamePhysicalNetBIOSName")]
property String^ ComputerNamePhysicalNetBIOS {
String^ get ();
}
[<DisplayDescriptionKeyAttribute("Server_ComputerNamePhysicalNetBIOSDesc")>]
[<DisplayNameKeyAttribute("Server_ComputerNamePhysicalNetBIOSName")>]
abstract ComputerNamePhysicalNetBIOS : string
function get ComputerNamePhysicalNetBIOS () : String
Property Value
Type: System.String
The host computer physical NetBIOS name.