Server.ComputerNamePhysicalNetBIOS Property
SQL Server 2012
Gets the NetBIOS name of the local computer on which the instance of SQL Server is currently running.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)] public string ComputerNamePhysicalNetBIOS { get; }
Property Value
Type: System.StringThe NetBIOS name of the local computer on which the instance of SQL Server is currently running.
