IServerInformation.ComputerNamePhysicalNetBIOS 속성

Gets the host computer physical NetBIOS name.

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)

구문

‘선언
<DisplayNameKeyAttribute("Server_ComputerNamePhysicalNetBIOSName")> _
<DisplayDescriptionKeyAttribute("Server_ComputerNamePhysicalNetBIOSDesc")> _
ReadOnly Property ComputerNamePhysicalNetBIOS As String 
    Get
‘사용 방법
Dim instance As IServerInformation 
Dim value As String 

value = instance.ComputerNamePhysicalNetBIOS
[DisplayNameKeyAttribute("Server_ComputerNamePhysicalNetBIOSName")]
[DisplayDescriptionKeyAttribute("Server_ComputerNamePhysicalNetBIOSDesc")]
string ComputerNamePhysicalNetBIOS { get; }
[DisplayNameKeyAttribute(L"Server_ComputerNamePhysicalNetBIOSName")]
[DisplayDescriptionKeyAttribute(L"Server_ComputerNamePhysicalNetBIOSDesc")]
property String^ ComputerNamePhysicalNetBIOS {
    String^ get ();
}
[<DisplayNameKeyAttribute("Server_ComputerNamePhysicalNetBIOSName")>]
[<DisplayDescriptionKeyAttribute("Server_ComputerNamePhysicalNetBIOSDesc")>]
abstract ComputerNamePhysicalNetBIOS : string
function get ComputerNamePhysicalNetBIOS () : String

속성 값

유형: System.String
The host computer physical NetBIOS name.

참고 항목

참조

IServerInformation 인터페이스

Microsoft.SqlServer.Management.Smo 네임스페이스