Поделиться через


Свойство ManagedInstance.ComputerNamePhysicalNetBIOS

Gives the physical NetBIOS for the server instance.

Пространство имен:  Microsoft.SqlServer.Management.Utility
Сборка:  Microsoft.SqlServer.Management.Utility (в Microsoft.SqlServer.Management.Utility.dll)

Синтаксис

'Декларация
<SfcPropertyAttribute(SfcPropertyFlags.Data)> _
Public ReadOnly Property ComputerNamePhysicalNetBIOS As String 
    Get
'Применение
Dim instance As ManagedInstance 
Dim value As String 

value = instance.ComputerNamePhysicalNetBIOS
[SfcPropertyAttribute(SfcPropertyFlags.Data)]
public string ComputerNamePhysicalNetBIOS { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Data)]
public:
property String^ ComputerNamePhysicalNetBIOS {
    String^ get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Data)>]
member ComputerNamePhysicalNetBIOS : string
function get ComputerNamePhysicalNetBIOS () : String

Значение свойства

Тип: System.String
A String value containing the physical NetBIOS information for the server instance.

См. также

Справочник

ManagedInstance Класс

Пространство имен Microsoft.SqlServer.Management.Utility