Свойство NetName
Gets the NetBIOS name of the network on which the instance of SQL Server is running.
Пространство имен: Microsoft.SqlServer.Management.Smo
Сборка: Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)
Синтаксис
'Декларация
<SfcPropertyAttribute(SfcPropertyFlags.Expensive)> _
Public ReadOnly Property NetName As String
Get
'Применение
Dim instance As Information
Dim value As String
value = instance.NetName
[SfcPropertyAttribute(SfcPropertyFlags.Expensive)]
public string NetName { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Expensive)]
public:
property String^ NetName {
String^ get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Expensive)>]
member NetName : string
function get NetName () : String
Значение свойства
Тип System. . :: . .String
A String value that specifies the NetBIOS name.
См. также