ManagedInstance.ComputerNamePhysicalNetBIOS Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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