Właściwość IServerInformation.ComputerNamePhysicalNetBIOS
Pobiera fizycznej nazwy NetBIOS komputera hosta.
Przestrzeń nazw: Microsoft.SqlServer.Management.Smo
Zestaw: Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)
Składnia
'Deklaracja
<DisplayDescriptionKeyAttribute("Server_ComputerNamePhysicalNetBIOSDesc")> _
<DisplayNameKeyAttribute("Server_ComputerNamePhysicalNetBIOSName")> _
ReadOnly Property ComputerNamePhysicalNetBIOS As String
Get
'Użycie
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
Wartość właściwości
Typ: System.String
String
Zobacz także