Proprietà ComputerNamePhysicalNetBIOS
Gets the host computer physical NetBIOS name.
Spazio dei nomi Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Sintassi
'Dichiarazione
<DisplayNameKeyAttribute("Server_ComputerNamePhysicalNetBIOSName")> _
<DisplayDescriptionKeyAttribute("Server_ComputerNamePhysicalNetBIOSDesc")> _
ReadOnly Property ComputerNamePhysicalNetBIOS As String
Get
'Utilizzo
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
Valore proprietà
Tipo: System. . :: . .String
String
Vedere anche