次の方法で共有


Server.ComputerNamePhysicalNetBIOS プロパティ

SQL Server のインスタンスが現在実行されているローカル コンピューターの NetBIOS 名を取得します。

名前空間:  Microsoft.SqlServer.Management.Smo
アセンブリ:  Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)

構文

'宣言
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property ComputerNamePhysicalNetBIOS As String 
    Get
'使用
Dim instance As Server 
Dim value As String 

value = instance.ComputerNamePhysicalNetBIOS
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public string ComputerNamePhysicalNetBIOS { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
virtual property String^ ComputerNamePhysicalNetBIOS {
    String^ get () sealed;
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
abstract ComputerNamePhysicalNetBIOS : string
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
override ComputerNamePhysicalNetBIOS : string
final function get ComputerNamePhysicalNetBIOS () : String

プロパティ値

型: System.String
SQL Server のインスタンスが現在実行されているローカル コンピューターの NetBIOS 名です。

実装

IServerInformation.ComputerNamePhysicalNetBIOS

関連項目

参照

Server クラス

Microsoft.SqlServer.Management.Smo 名前空間