ManagedInstance.ComputerNamePhysicalNetBIOS Propiedad
Gives the physical NetBIOS for the server instance.
Espacio de nombres: Microsoft.SqlServer.Management.Utility
Ensamblado: Microsoft.SqlServer.Management.Utility (en Microsoft.SqlServer.Management.Utility.dll)
Sintaxis
'Declaración
<SfcPropertyAttribute(SfcPropertyFlags.Data)> _
Public ReadOnly Property ComputerNamePhysicalNetBIOS As String
Get
'Uso
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
Valor de la propiedad
Tipo: System.String
A String value containing the physical NetBIOS information for the server instance.