ManagedInstance.ComputerNamePhysicalNetBIOS Property

Definition

Gives the physical NetBIOS for the server instance.

public:
 property System::String ^ ComputerNamePhysicalNetBIOS { System::String ^ get(); };
[Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcProperty(Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcPropertyFlags.Data)]
public string ComputerNamePhysicalNetBIOS { get; }
[<Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcProperty(Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcPropertyFlags.Data)>]
member this.ComputerNamePhysicalNetBIOS : string
Public ReadOnly Property ComputerNamePhysicalNetBIOS As String

Property Value

A String value containing the physical NetBIOS information for the server instance.

Attributes

Applies to