Proprietà ComputerNamePhysicalNetBIOS
Gives the physical NetBIOS for the server instance.
Spazio dei nomi Microsoft.SqlServer.Management.Utility
Assembly: Microsoft.SqlServer.Management.Utility (in Microsoft.SqlServer.Management.Utility.dll)
Sintassi
'Dichiarazione
<SfcPropertyAttribute(SfcPropertyFlags.Data)> _
Public ReadOnly Property ComputerNamePhysicalNetBIOS As String
Get
'Utilizzo
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
Valore proprietà
Tipo: System. . :: . .String
A String value containing the physical NetBIOS information for the server instance.
Vedere anche