Propriedade ComputerNamePhysicalNetBIOS
Gets the ComputerNamePhysicalNetBIOS property value.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)
Sintaxe
'Declaração
<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 da propriedade
Tipo: System. . :: . .String
String
Implementa
Consulte também