ComputerNamePhysicalNetBIOS Propiedad
Gets the ComputerNamePhysicalNetBIOS property value.
Espacio de nombres: Microsoft.SqlServer.Management.Smo
Ensamblado: Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Sintaxis
'Declaración
<SfcPropertyAttribute> _
Public ReadOnly Property ComputerNamePhysicalNetBIOS As String
Get
'Uso
Dim instance As Server
Dim value As String
value = instance.ComputerNamePhysicalNetBIOS
[SfcPropertyAttribute]
public string ComputerNamePhysicalNetBIOS { get; }
[SfcPropertyAttribute]
public:
virtual property String^ ComputerNamePhysicalNetBIOS {
String^ get () sealed;
}
[<SfcPropertyAttribute>]
abstract ComputerNamePhysicalNetBIOS : string
[<SfcPropertyAttribute>]
override ComputerNamePhysicalNetBIOS : string
final function get ComputerNamePhysicalNetBIOS () : String
Valor de la propiedad
Tipo: System. . :: . .String
String
Implementa
Vea también